goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LCD does not work

xlxonxe opened this issue · comments

I am working with a Raspberry Pi 4 and a 3.5 inch RPi Display, with the latest OS. After cloning the display I typed in all the commands listed on the website but now neither my 3.5 nor my HDMI Display are working, both are just black, but the boot. What is going on?

Check if you happen to have Raspberry OS 12 bookworm (which is the latest OS right now) installed in your Raspberry PI it would be the reason why the screen is not working.

Your issue is similar to the following #348

I also tried myself with no success because the new OS 12 bookworm is using Wayland as the new protocol for the Desktop Server, the previous version was using X11 and this repo is based on X11 to work, a way to work around this problem is using the previous version of Raspberry OS 11 bullseye and follow the same steps

So using raspi-config to switch to X server and re-installing the driver should work on Bookwork, correct?