adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

Is it possible to send data to WS2812 Light strip through the Servo Hat #151

Closed kelvien closed 4 years ago

kelvien commented 8 years ago

I have a project where I want to control multiple digital LED light strip (WS2812b), and I thought of hooking it up to my existing Servo hat since it has 16 channels to control PWM outputs. From this point I thought that it should be possible, but does the current library able to achieve my goal to control individual lights and its brightness ?

ladyada commented 4 years ago

Thank you for the Issue! This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!