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
2.28k stars 783 forks source link

LCD does not work #349

Open xlxonxe opened 10 months ago

xlxonxe commented 10 months ago

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?

charlygg commented 10 months ago

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 https://github.com/goodtft/LCD-show/issues/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

oilcan-productions commented 10 months ago

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

rar0n commented 1 week ago

That was a nice theory (switch to X11 using raspi-config). but at least I couldn't get it to work. I'm not sure why, maybe the setting didn't save? (No save option). Also I couldn't get the normal hdmi to work afterwards either.

Tried it on 2024-07-04-raspios-bookworm-arm64-full.

But big thanks to @charlygg for the solution! Using 2023-05-03-raspios-bullseye-arm64-full, worked!

On a Raspberry Pi 3B