adafruit / Adafruit_CircuitPython_SSD1680

CircuitPython `displayio` driver for SSD1680-based ePaper displays
MIT License
7 stars 7 forks source link

Fix column offset for ssd1680 instead of ssd1675 #19

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

9 changed the column offset from 8 to 1 in order to "fix" #5. However, in hindsight, I realize the user was likely using the incorrect driver (for example SSD1675 displays appear shifted like in #5). I have tested this fix on known SSD1680 tri-color displays as well as SSD1680 monochrome displays and it fixes the shift.