rm-hull / luma.oled

Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
https://luma-oled.readthedocs.io
MIT License
790 stars 162 forks source link

luma.oled - device on SPI fails with BOOKWORM #391

Open FdeAlexa opened 3 days ago

FdeAlexa commented 3 days ago

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

thijstriemstra commented 2 days ago

the results are, unfortunatly, negative.

What exactly? It should run on bookworm without any problems.

FdeAlexa commented 2 days ago

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. Best regards, Francesco