LCD-show
LCD-show copied to clipboard
3.5inch RPi LCD (B) not working on Raspberry Pi OS Lite (bookworm)
There were no errors when I ran the script:
git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/
./LCD35B-show lite
I can see the boot messages on the screen and the touchscreen calibration worked fine. But the display doesn't show any image when it's working either with Pygame 2 and framebuffer or just framebuffer 'fbi' utility. The same display worked fine with Raspberry Pi OS Lite (buster). Is there any way to make it working with 'bookworm' OS version? Thanks!