I am making inky display with Raspberry pi zero 2W. After installation of inky and setup the following error. Any help how can I resolve this? Thank you so much in advance.
python stripes.py
Failed to detect an Inky board. Trying --type/–colour arguments instead…
It is always worth reading the complete manual installation instructions and make sure everything is installed. The automatic installer mostly works, but it turns out that it is not always the case.
In your situation, it could of course be a hardware issue. But first, you should rule out any other issues. So basically the suggestion is to start with a clean install of PiOS.
Specifically, check if I2C is activated. And use i2cdetect -y 1 to see if your Inky is detected.