ws28128-rpi
ws28128-rpi copied to clipboard
A C++ library for driving WS2812 RGB LED's (known as 'NeoPixels' by Adafruit) directly from a Raspberry Pi with accompanying Python wrapper.
Hello, I'm using the library for my project on an old raspberry pi (model b). It's a cpp project and the maximum for the pixels is 451( new NeoPixel(451), otherwise:...
I was trying several things, but it just doesn't start on my raspberry pi 3, the pin doesn't activate and doesn't send anything to the output of pin 18 nor...
Hi i execut file ws2812-rpi-test but it not working. no output at GPIO18.
Hi! I want to run an i2s-DAC and some WS2812B-pixels from a RaspBerryPi Zero (Jessie Lite) Since the i2s-DAC occupies GPIO18, I was wondering if I could use GPIO13 (also...
Hi, I tried to use the library with SDL2 and SDL2_mixer to play sound and it has some kind of conflict. Once the NeoPixel object is beimg created it kills...
Bugs
Hi jazzycamel, I'm not a GIT user so not sure how to submit a bug report. In ws2812-rpi.cpp theaterChase... the boundary tests should be against "i+q" otherwise you end up...