rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
367 stars 140 forks source link

Pi Zero 2 W, cannot open resource #169

Closed geertheuvels closed 5 months ago

geertheuvels commented 5 months ago

I am using a SH1106 oled. Works fine on a Raspberry 2B. I installed my software on a Pi Zero 2 W, now I get the error: cannot open resource. On the Zero, i2c is enabled, i2cdetect -y 1 returns correct 0x3C address. All libs are installed without errors. Any idea?

thijstriemstra commented 5 months ago

what python version, operating system version, etc

paste commandline output.

geertheuvels commented 5 months ago

But it works now, sorry for disturbing. But it works now, sorry for disturbing. Raspberry Pi OS, 64-bit Lite (releasedate 2023-12-05). Python 3.9.2 (latest version for this OS). SDS011 dustsensor via USB.

But it works now I installed again the long list of libs according to the docs. Must have been a typo, but did not see an error message. Sorry for disturbing. Thanks for your very quick response!