I’m using this with a RPi Zero WH, all brand new from Pimoroni.
I downloaded the Adafruit examples and I can:
- Read button-presses
- Detect that display is present on the I2C bus, using “i2cdetect -y 1” (shows up at address 0x3c)
However the screen never displays anything, e.g. when I run “python example.py”
Based on the above I’m assuming the display is actually broken.
Any ideas? Is there something different about the RPi Zero WH which means I need to change something? All the default choices in “example.py” (e.g. the type of display, using I2C not SPI) look correct.