Skip to content

Commit a674582

Browse files
committed
Update adafruit_uc8253.py
1 parent 9756f8f commit a674582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_uc8253.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, bus, vcom_cdi=0xD7, **kwargs):
6161
panel_setting = 0b11011111
6262

6363
start_sequence[4] = vcom_cdi
64-
start_sequence[-1] = panel_setting
64+
start_sequence[7] = panel_setting
6565

6666
super().__init__(
6767
bus,

0 commit comments

Comments
 (0)