Skip to content

Commit 3f9bc26

Browse files
committed
remove another dup
1 parent 2d2c841 commit 3f9bc26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_epd/ssd1675b.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
_SSD1675B_WRITE_DUMMY = const(0x3A)
7878
_SSD1675B_WRITE_GATELINE = const(0x3B)
7979
_SSD1675B_WRITE_BORDER = const(0x3C)
80-
_SSD1675B_READ_RAM = const(0x41)
8180
_SSD1675B_SET_RAMXPOS = const(0x44)
8281
_SSD1675B_SET_RAMYPOS = const(0x45)
8382
_SSD1675B_AUTOWRITE_RED = const(0x46)

0 commit comments

Comments
 (0)