Skip to content

Commit 4618586

Browse files
committed
Update ssd1680.py
1 parent 6907bce commit 4618586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_epd/ssd1680.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ def set_ram_address(
269269
# Set RAM X address counter
270270
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([x]))
271271
# Set RAM Y address counter
272-
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
272+
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))

0 commit comments

Comments
 (0)