gkaindl / ambi-tv

a flexible ambilight clone for embedded linux
295 stars 85 forks source link

Is it support NeoPixel Strip? #80

Open dieu opened 9 years ago

dieu commented 9 years ago

Hey,

Do you support (Adafruit NeoPixel Digital RGB LED Strip) http://www.adafruit.com/products/1138?

thanks!

pljakobs commented 8 years ago

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.

dedeibel commented 8 years ago

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.