adafruit / Adafruit_CircuitPython_EPD

e paper driver for circuit python
MIT License
40 stars 19 forks source link

Fix SSD1675 driver #80

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

The SSD1675 driver was not updating. I changed it to match the SSD1680 driver which was updating, but had different init codes and now it works. Fixes #75.