lpminimk3
lpminimk3 copied to clipboard
Methods used to turn off LED's don't seem to work with scrolling text.
After running a script that scrolls text, this doesn't seem to do anything
for led in lp.panel.led_range():
del led.color # Turn off LED
There are no errors.