I have recently purchased Inky Impression 7.3’’.
I have plugged into pi zero WH see photo (all pins are inserted).
I have I2C and SPI enabled.
I have run a full install from curl https://get.pimoroni.com/inky
Running python 3.9.2
from inky.auto import auto
display = auto()
returns
RuntimeError: No EEPROM detected! You must manually initialise your Inky board.
Am I doing something wrong?