lpminimk3 icon indicating copy to clipboard operation
lpminimk3 copied to clipboard

Python API for the Launchpad Mini MK3

Results 2 lpminimk3 issues
Sort by recently updated
recently updated
newest added

I'm trying to use the Launchpad Mini MK3 on a Raspberry Pi 4 and struggle getting it to work. Installed lpminimk3 using ``` $ pip install lpminimk3 ``` Running the...

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.