New Black InkyPhat on a RPi Zero 2 or a RPi Zero when running the example programs is detected, but the display never changes. Any ideas?
cat /etc/os-release
PRETTY_NAME=“Raspbian GNU/Linux 11 (bullseye)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
python3 calendar-phat.py --colour “red”
Inky pHAT: Calendar
Draws a calendar for the current month to your Inky pHAT.
This example uses a sprite sheet of numbers and month names which are
composited over the background in a couple of different ways.
Detected Black pHAT (SSD1608)
python3 border.py black
White
Black
White
Black
White
Black
White
Black
White
Black
White
Black
^CTraceback (most recent call last):
File “/home/w9dls/Pimoroni/inky/examples/tests/border.py”, line 46, in
time.sleep(1)
KeyboardInterrupt