Hi there, I am trying to use
- Pico W
- the pimoroni 1.12" Mono OLED (128x128, white/black) Breakout – SPI 1.12" Mono OLED (128x128, white/black) Breakout - SPI
- the pimoroni breakout garden pico-breakout-garden-pack?variant=32369506254931
The software that is referenced in the description of the OLED display (see link above) with the luna package and so on, seems to be suitable for a “real Raspberry Pi” but does not wok for the Pico W (the picow runs out of memory when trying to install the packackages).
I found the following Micropython script:
SH1106
But the Micropython script seems to be developed and tested for ESP8266. On the pico W, I don’t see anything on the OLED display if I run this script.
Any support would be appreciated!