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
The datasheet for this display notes it uses an SSD1683 drive IC, and gives a complete breakdown of the command formats.
The command for SSD1861 seems similar and I plan to test if the ssd1681.py just works, but there are several differences in the commands --- mostly features it seems like the SSD1681 has while SSD1683 lacks. Based on my reading of the command table in my display's datasheet and the ssd1681 code, it seems like the main differences are:
None of the deleted commands are used by the ssd1681.py driver regardless, but it's not clear if the data length of any of these commands has changed either.
But if anyone knows already if ssd1683 works with the ssd1861 driver I'd appreciate the confirmation -- or anything you know needs to be tweaked or handled unusually. Otherwise, I'll update on my success or failure using the ssd1681 driver for ssd1863 so perhaps a compatibility note or tweaked ssd1683 driver can be added.
The text was updated successfully, but these errors were encountered:
I'm trying to use an HINK-E042A88 display, connected via an Adafruit eInk Feather Friend to my Adafruit Feather RP2040.
The datasheet for this display notes it uses an SSD1683 drive IC, and gives a complete breakdown of the command formats.
The command for SSD1861 seems similar and I plan to test if the ssd1681.py just works, but there are several differences in the commands --- mostly features it seems like the SSD1681 has while SSD1683 lacks. Based on my reading of the command table in my display's datasheet and the ssd1681 code, it seems like the main differences are:
None of the deleted commands are used by the ssd1681.py driver regardless, but it's not clear if the data length of any of these commands has changed either.
But if anyone knows already if ssd1683 works with the ssd1861 driver I'd appreciate the confirmation -- or anything you know needs to be tweaked or handled unusually. Otherwise, I'll update on my success or failure using the ssd1681 driver for ssd1863 so perhaps a compatibility note or tweaked ssd1683 driver can be added.
The text was updated successfully, but these errors were encountered: