Skip to content

Conversation

@say4n
Copy link

@say4n say4n commented Jul 6, 2025

Previously this only enabled SPI causing issues with auto detecting the connected board ("Failed to detect an Inky board."), now it enables I2C as well.

See: https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L973-L975 for config parameters, essentially setting it to 0 enables I2C.

before

(pimoroni) sayan@zero ~/i/examples (main)> ./identify.py

No display EEPROM detected,
you might have an old Inky board that doesn't have an EEPROM - eg: early Inky pHAT boards.

Try running examples with --colour <black/red/yellow>

Or writing your code using:

from inky.phat import InkyPHAT

display = InkyPHAT("<black/red/yellow>")

after

(pimoroni) sayan@zero ~/i/examples (main)> ./identify.py
Found: Spectra 6 7.3 800 x 480 (E673)
Display: 800x480
Color: spectra6
PCB Variant: 10.0
Display Variant: 22
Time: b'2025-06-30 16:07:40.9'

Previously this only enabled SPI causing issues with auto detecting the connected board, now it enables I2C as well.

See: https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L973-L975 for config parameters, essentially setting it to 0 enables I2C.
@say4n
Copy link
Author

say4n commented Sep 12, 2025

Hi, any update on if this is GTM or is being held out for some reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant