Fix SSD1675 driver

This commit is contained in:
Melissa LeBlanc-Williams 2023-07-06 16:54:55 -07:00
parent 20f292d39b
commit 3a67497cbc

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: