You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate was originally built as part of my e-Paper conference badge project, which used an Inky pHat display. As a result there are some Inky pHat specific things in the code. Additionally it appears that the SSD1619 controller (used in the Inky wHat) is very similar to the SSD1675, but supports more rows and columns.
I would like to:
Make this a core crate that supports the SSD1619 and SSD1675 controllers without any specific display code.
Create a new crate specifically for the Inky pHat and Inky wHat that knows how to work with those displays. That could also incorporate display discovery as proposed in Add pHat/wHat discovery #18 and wHat support from Inky what #14.
This crate was originally built as part of my e-Paper conference badge project, which used an Inky pHat display. As a result there are some Inky pHat specific things in the code. Additionally it appears that the SSD1619 controller (used in the Inky wHat) is very similar to the SSD1675, but supports more rows and columns.
I would like to: