-
Notifications
You must be signed in to change notification settings - Fork 125
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
No EEPROM detected on Inky Impressions 4" #201
Comments
I don't find this to be very well documented but it appears the correct way to manually initialize an Inky Impression 4" is:
still would love to know why the EEPROM stopped working |
I also ran into this. Regarding your comment:
Was it working sometime before this commit? 👇🏻 23332f4#diff-432f16f0c031f58f5068d16e0ff94812465025ca1336153fb9c58fd751e09331R29 That's the last relevant commit I see related to the Impression 4" & EEPROM |
Having the same issue on a Impression colour 5.7" with a Raspberry Pi 4. RuntimeError: No EEPROM detected! You must manually initialise your Inky board. |
Moved to a Raspberry Pi Zero 2W with Debian 11, but still getting the "No EEPROM" message. Is my board damaged? Last time I checked (a few months ago) it was working fine. Am I missing something? |
Have you tried manually enabling I2C and SPI in |
Got it working. Thanks!
A quarta, 15/01/2025, 12:21, Hel Gibbons ***@***.***>
escreveu:
… Have you tried manually enabling I2C and SPI in sudo raspi-config (or the
graphical utility?) They're under 'Interfacing Options'.
—
Reply to this email directly, view it on GitHub
<#201 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHYAAUIYXMBKREPB3G4NIGL2KZHEDAVCNFSM6AAAAABNOV7NDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJSGY2TKNRSGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm using the following product: https://shop.pimoroni.com/products/inky-impression-4?variant=39599238807635
And running inky v1.5.0 on python 3.11.2 on a raspberry pi 4
I get the following error:
I'm fairly sure the display is properly connected as it used to run fine before and I haven't touched it since. If there is any way to verify the connection (physically, it appears to be well seated on the GPIO pins) let me know.
Now doing the following works for me:
But the size of the screen is then wrong (the Impressions 4" is 640x400, whether
Inky7Colour
is 600x448). I don't see many other options to initialize manually the display (there'sInky_Impressions_7
but it seems to apply to the 7" model).Would you please kindly let me know:
Thanks
The text was updated successfully, but these errors were encountered: