-
Notifications
You must be signed in to change notification settings - Fork 162
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
luma.oled - device on SPI fails with BOOKWORM #391
Comments
What exactly? It should run on bookworm without any problems. |
I have tryed a python program that runs on bullseye but not on bookworm even 3d_box.py (for example) does not run on SSD1309 on SPI. Other programs on ili9341 (on SPI) run correctly. |
Hi, I have the same problem here.
|
In file serial.py giving me errors, I cant read :
So I guess that luma cannot dirve spi oled on RPi 5 as RPI.GPIO is not compatible and I have to use LGPIO. |
First of all: thanks for the LUMA solutions.
I am trying to run some python program with the new software platform RaspiOS 12 (bookworm) on the raspberry pi4.
All the programs runs correctly on 11.9 (bullseye) on several OLED on I2C and SPI, but with the new OS there is no way to run on SPI with the SSD1309.
I have tryed some luma.examples too and the results are, unfortunatly, negative.
Would you please be so kind to help me on this issue?
Best regards and thanks,
Francesco
The text was updated successfully, but these errors were encountered: