Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ssd1680.py
  • Loading branch information
mikeysklar committed Dec 1, 2024
commit 4618586f4e3d5c99d7ca1b417b2964be949d549d
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1680.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ def set_ram_address(
# Set RAM X address counter
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([x]))
# Set RAM Y address counter
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))