lpminimk3 icon indicating copy to clipboard operation
lpminimk3 copied to clipboard

Methods used to turn off LED's don't seem to work with scrolling text.

Open Fair-Tech opened this issue 1 year ago • 10 comments

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.

Fair-Tech avatar Apr 18 '23 05:04 Fair-Tech