Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co ```ini dtoverlay=fbtft,spi0-0,ili9486,width=320,height=480,regwidth=16,reset_pin=25,dc_pin=24,rotate=270 ``` 3. Add `fbcon=map:2` at the end of the line to `/boot/firmware/cmdline.txt` * This will tell the framebuffer console (fbcon) to map all its terminals to `/dev/fb2` (which doesn't exist), i.e. don't show a Linux TTY on the display <details> <summary>Links</summary> Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,8 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co ```ini dtoverlay=fbtft,spi0-0,ili9486,width=320,height=480,regwidth=16,reset_pin=25,dc_pin=24,rotate=270 ``` 3. Add `fbcon=map:2` at the end of the line to `/boot/firmware/cmdline.txt` * This will tell the framebuffer console (fbcon) to map all its terminals to `/dev/fb2` (which doesn't exist), i.e. don't show a Linux TTY on the display <details> <summary>Links</summary> Loading