We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0ef2f4 + 3a67497 commit 73ae823Copy full SHA for 73ae823
adafruit_epd/ssd1675.py
@@ -173,7 +173,7 @@ def power_down(self) -> None:
173
174
def update(self) -> None:
175
"""Update the display from internal memory"""
176
- self.command(_SSD1675_DISP_CTRL2, bytearray([0xC7]))
+ self.command(_SSD1675_DISP_CTRL2, bytearray([0xF4]))
177
self.command(_SSD1675_MASTER_ACTIVATE)
178
self.busy_wait()
179
if not self._busy:
0 commit comments