Skip to content

Commit 37ac937

Browse files
committed
Remove unused var
1 parent 1afc90e commit 37ac937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ssd1608.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
class SSD1608(displayio.EPaperDisplay):
6868
"""SSD1608 driver"""
6969
def __init__(self, bus, **kwargs):
70-
color_command = None
7170
start_sequence = bytearray(_START_SEQUENCE)
7271
width = kwargs["width"]
7372
start_sequence[4] = width - 1

0 commit comments

Comments
 (0)