apa102-pi
apa102-pi copied to clipboard
Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
I have some code that repeatedly initializes an instance of the driver. It clutters logs or the console with these print messages. Hoping to make the print output configurable!
Hi I'm having problems driving APA102 LED using the second SPI port (GPIO20 (pin 38) & GPIO21 (pin 40)) on a Raspberry Pi 4 v1.4 using Bullseye OS 64 bit....
Is there a way I can make all the LEDs turn a specific colour, for example red.
Replaced 'stripes' with 'strips'. 'stripes' is plural for a single stripe, 'strips' is plural for a single strip. Strips and stripes are two completely different things. These are considered LED...
Previous work on an R.Pi.4 is throwing an error on the R.Pi.5. I'm using apa102_pi and the demo script therein: https://github.com/tinue/apa102-pi/blob/main/runcolorcycle.py and seeing a 'GPIO busy' exception. Configuration and exception...