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 9756f8f commit a674582Copy full SHA for a674582
adafruit_uc8253.py
@@ -61,7 +61,7 @@ def __init__(self, bus, vcom_cdi=0xD7, **kwargs):
61
panel_setting = 0b11011111
62
63
start_sequence[4] = vcom_cdi
64
- start_sequence[-1] = panel_setting
+ start_sequence[7] = panel_setting
65
66
super().__init__(
67
bus,
0 commit comments