waveshare / LCD-show

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on raspberry pi 5

Giuseppe7887 opened this issue · comments

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?

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

PI5 + 3.5B LCD TOUCH , NO OUTPUT !!

Same here, would REALLY love a fix.

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.

didn't work

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