-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5inch RPi LCD (B) not working on Raspberry Pi OS Lite (bookworm) #61
Comments
Hello, |
I've done more experiments and can say for sure that this is Waveshare display problem: https://forums.raspberrypi.com/viewtopic.php?t=358144#p2149219 |
@project-owner can you try that maybe? #58 (comment) worked for me on with also must run through |
I need it on OS Lite - the OS without desktop. |
@project-owner both works are working on my side. |
Yes, the terminal shows up on a screen. But this is not enough for me. I need to draw on screen using Pygame 2 llibrary. That doesn't work. Here is the simple Python script which draws a line on a screen. This script doesn't work.
I have v1 display. So, I use this command:
|
@project-owner I believe it has nothing to do with driver and this repo then. A server do not render GUI by default and by design except the usual terminal, unless such GUI rendering is explicitly configured and declared. So this would point to your system being misconfigured and the need to set up such rendering and forward it to your screen. You may search for "kiosk mode" OS's - |
It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from
|
Which OS do you use, lite or desktop version? I need it working on a Lite version (no X, no Wayland). Can you use Pygame? |
There were no errors when I ran the script:
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!
The text was updated successfully, but these errors were encountered: