Skip to content

Commit ec379ba

Browse files
committed
Ran pre-commit again because it didn't work the first time
1 parent c84dc45 commit ec379ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_epd/ssd1680.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def power_up(self):
134134
self.command(_SSD1680_WRITE_VCOM_REG, bytearray([0x36]))
135135
self.command(_SSD1680_GATE_VOLTAGE, bytearray([0x17]))
136136
self.command(_SSD1680_SOURCE_VOLTAGE, bytearray([0x41, 0x00, 0x32]))
137-
137+
138138
# Set ram X start/end postion
139139
self.command(_SSD1680_SET_RAMXPOS, bytearray([0x00, 0x0F]))
140140
# Set ram Y start/end postion
@@ -144,7 +144,7 @@ def power_up(self):
144144
)
145145
# Set border waveform
146146
self.command(_SSD1680_WRITE_BORDER, bytearray([0x05]))
147-
147+
148148
# Set ram X count
149149
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([0x01]))
150150
# Set ram Y count

0 commit comments

Comments
 (0)