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.
1 parent 3090292 commit 24a7c80Copy full SHA for 24a7c80
adafruit_epd/ssd1681.py
@@ -134,7 +134,7 @@ def power_up(self):
134
self.command(_SSD1681_DRIVER_CONTROL,
135
bytearray([self._width-1, (self._width-1) >> 8, 0x00]))
136
# data entry mode
137
- self.command(_SSD1681_DATA_MODE, bytearray([0x01]))
+ self.command(_SSD1681_DATA_MODE, bytearray([0x03]))
138
# Set ram X start/end postion
139
self.command(_SSD1681_SET_RAMXPOS, bytearray([0x00, self._height//8 - 1]))
140
# Set ram Y start/end postion
0 commit comments