Update ssd1680.py
This commit is contained in:
parent
6907bcee5f
commit
4618586f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -269,4 +269,4 @@ class Adafruit_SSD1680Z(Adafruit_SSD1680):
|
||||||
# Set RAM X address counter
|
# Set RAM X address counter
|
||||||
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([x]))
|
self.command(_SSD1680_SET_RAMXCOUNT, bytearray([x]))
|
||||||
# Set RAM Y address counter
|
# Set RAM Y address counter
|
||||||
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
|
self.command(_SSD1680_SET_RAMYCOUNT, bytearray([y, y >> 8]))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue