ambi-tv
ambi-tv copied to clipboard
Is it support NeoPixel Strip?
Hey,
Do you support (Adafruit NeoPixel Digital RGB LED Strip) http://www.adafruit.com/products/1138?
thanks!
this would indeed be interesting - neopixel are, afaik, just standard WS2802 LEDs, unlike the SPI ones, they have a single data wire that is carried through all LEDs.
The project's design is quite modular and the stripe controls can be replaced cleanly since it is just "a sink". You would have to find and bind appropriate drivers for the stripe. There is probably coding required.