Loading README.md +16 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,22 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co </details> ### Display 1. Connect the display by placing it on the GPIO header 2. Append the following line to `/boot/firmware/config.txt` ```ini dtoverlay=fbtft,spi0-0,ili9486,width=320,height=480,regwidth=16,reset_pin=25,dc_pin=24,rotate=270 ``` <details> <summary>Links</summary> - [Raspberry Pi Forum post mentioning the line to include in the config (German)](https://forum-raspberrypi.de/forum/thread/55290-displays-mit-spi-anschluss-unter-raspberry-pi-os-bullseye-bookworm/) - [RB-TFT3.5 Manual (German)](https://joy-it.net/files/files/Produkte/RB-TFT3.5/RB-TFT-Anleitung_04082020.pdf) </details> ### Software Clone the repository (you can use a Project Access Token for that, Settings → Access Tokens) and cd into it. Loading Loading
README.md +16 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,22 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co </details> ### Display 1. Connect the display by placing it on the GPIO header 2. Append the following line to `/boot/firmware/config.txt` ```ini dtoverlay=fbtft,spi0-0,ili9486,width=320,height=480,regwidth=16,reset_pin=25,dc_pin=24,rotate=270 ``` <details> <summary>Links</summary> - [Raspberry Pi Forum post mentioning the line to include in the config (German)](https://forum-raspberrypi.de/forum/thread/55290-displays-mit-spi-anschluss-unter-raspberry-pi-os-bullseye-bookworm/) - [RB-TFT3.5 Manual (German)](https://joy-it.net/files/files/Produkte/RB-TFT3.5/RB-TFT-Anleitung_04082020.pdf) </details> ### Software Clone the repository (you can use a Project Access Token for that, Settings → Access Tokens) and cd into it. Loading