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 c84dc45 commit ec379baCopy full SHA for ec379ba
adafruit_epd/ssd1680.py
@@ -134,7 +134,7 @@ def power_up(self):
134
self.command(_SSD1680_WRITE_VCOM_REG, bytearray([0x36]))
135
self.command(_SSD1680_GATE_VOLTAGE, bytearray([0x17]))
136
self.command(_SSD1680_SOURCE_VOLTAGE, bytearray([0x41, 0x00, 0x32]))
137
-
+
138
# Set ram X start/end postion
139
self.command(_SSD1680_SET_RAMXPOS, bytearray([0x00, 0x0F]))
140
# Set ram Y start/end postion
@@ -144,7 +144,7 @@ def power_up(self):
144
)
145
# Set border waveform
146
self.command(_SSD1680_WRITE_BORDER, bytearray([0x05]))
147
148
# Set ram X count
149
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([0x01]))
150
# Set ram Y count
0 commit comments