Alrighty. So I’ve a nifty little PiZero doing stirling work as a webserver. Problem is I don’t know what IP address it is on when connecting to some networks. Not a problem, I’ve a Python script that puts that to an eInk screen on my robot, I’ll add that to this one. One ThinkInk bonnet later and we’re golden. Or so I thought.
The sample code from Adafruit (Adafruit_CircuitPython_EPD/examples/epd_bonnet.py at main · adafruit/Adafruit_CircuitPython_EPD · GitHub), suitably updated to use the newer 1680 driver, sort of works. The two buttons are active. The screen gets nothing at all.
Raspbian is up to date, all Python dependencies are installed and seem happy.
So what am I doing wrong?