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 6907bce commit 4618586Copy full SHA for 4618586
adafruit_epd/ssd1680.py
@@ -269,4 +269,4 @@ def set_ram_address(
269
# Set RAM X address counter
270
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([x]))
271
# Set RAM Y address counter
272
- self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
+ self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
0 commit comments