-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Inky to work on Raspberry Pi Zero 2 W #186
Comments
I had the same problem. I got it to work using the prerelease for the pi 5: |
@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:
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 #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
The text was updated successfully, but these errors were encountered: