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 2d2c841 commit 3f9bc26Copy full SHA for 3f9bc26
adafruit_epd/ssd1675b.py
@@ -77,7 +77,6 @@
77
_SSD1675B_WRITE_DUMMY = const(0x3A)
78
_SSD1675B_WRITE_GATELINE = const(0x3B)
79
_SSD1675B_WRITE_BORDER = const(0x3C)
80
-_SSD1675B_READ_RAM = const(0x41)
81
_SSD1675B_SET_RAMXPOS = const(0x44)
82
_SSD1675B_SET_RAMYPOS = const(0x45)
83
_SSD1675B_AUTOWRITE_RED = const(0x46)
0 commit comments