Closed BoardGames482 closed 9 months ago
I had the same problem. I got it to work using the prerelease for the pi 5: https://github.com/pimoroni/inky/pull/182 but have not gotten i to function with the older version. So we might just have to wait for it to release ;)
@JeppeJonHolt thank you very much this did solve my issue.
For any others with the same issue here is some additional detail on how I solved it:
The prerelease did work, HOWEVER since I had already installed the inky
package and some pre-requisites with sudo
(as per instructions/guides) which needed to be rectified.
sudo pip uninstall smbus2 / sudo pip uninstall smbus
sudo pip3 uninstall smbus2 / sudo pip3 uninstall smbus
pip install smbus2
For all other packages (such as the fonts, numpy etc) that were installed as root, repeat steps 3 & 4 to fix.
Note: I have updated the instructions on the pull-request for the Bookworm/Pi 5 compatible version https://github.com/pimoroni/inky/pull/182
I will update/edit this with more information later this week when I can copy the exact output from my Pi
I am trying to get Inky to work with a 5.7" (600 x 448 pixel) Inky Impression screen. I just flashed a new SD card with bullseye (v11) for my Raspberry Pi Zero 2 W I'm running into some confusing issues and hope you can help.
Depending on the example I run (clone repo -> cd into examples dir ->
python3 clear.py
, for example) I am stopped by an import issue due to SMBus or the Hanken fonts.SMBus from smbus2
HankenGroteskBold from font_hanken_grotesk
Things I have tried:
curl https://get.pimoroni.com/inky | bash
(it seemed to detect ISC and SPI and all the packages I had installed with no issues)rpi
andexample-depends
options:pip3 install inky[rpi,example-depends]
rpi-config
apt
andpip