waveshareteam / LCD-show

403 stars 178 forks source link

Not working on raspberry pi 5 #64

Open Giuseppe7887 opened 9 months ago

Giuseppe7887 commented 9 months ago

raspberry pi 5, display lcd rpi c, your driver show35C-show, your config file config-35c.txt, system not updated, can i know what am i doing wrong?

hannadrehman commented 9 months ago

I have a pi5 and 3.5(A) tft display . It simply kills the display. No output

mahdiabbasinourabadi commented 6 months ago

PI5 + 3.5B LCD TOUCH , NO OUTPUT !!

EngineeringOV commented 4 months ago

Same here, would REALLY love a fix.

vchrizz commented 4 months ago

Do you use Raspbian bookworm? If yes: It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from /boot/ to /boot/firmware/ . So I did following before I run ./LCD-show installation:

mv /boot/config.txt /boot/config.txt.old
mv /boot/cmdline.txt /boot/cmdline.txt.old
ln -s /boot/firmware/config.txt /boot/config.txt
ln -s /boot/firmware/cmdline.txt /boot/cmdline.txt

EDIT: I could reproduce the issue in raspbian/bookworm 64bit, but on raspbian/bookworm 32bit it works with this workaround.

Giuseppe7887 commented 4 months ago

didn't work

EngineeringOV commented 4 months ago

The problem isn't the configs, it's that FBCP is no longer supported.