Merge pull request #80 from makermelissa/alignment-fix
Fix SSD1675 driver
This commit is contained in:
commit
73ae8236c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue