Merge pull request #80 from makermelissa/alignment-fix

Fix SSD1675 driver
This commit is contained in:
Melissa LeBlanc-Williams 2023-07-07 09:51:13 -07:00 committed by GitHub
commit 73ae8236c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ class Adafruit_SSD1675(Adafruit_EPD):
def update(self) -> None:
"""Update the display from internal memory"""
self.command(_SSD1675_DISP_CTRL2, bytearray([0xC7]))
self.command(_SSD1675_DISP_CTRL2, bytearray([0xF4]))
self.command(_SSD1675_MASTER_ACTIVATE)
self.busy_wait()
if not self._busy: