hzeller / rpi-matrix-pixelpusher

PixelPusher protocol for LED matrix.
GNU General Public License v3.0
174 stars 30 forks source link

Running a Single APA102 Strip #17

Closed ahlynsky closed 7 years ago

ahlynsky commented 7 years ago

Hey,

I'm trying to use this to drive a single 50 pixel APA102 strand. Before i start digging in too much, I'm wondering first if this is possible, and second if anyone else has tried?

Thanks!

hzeller commented 7 years ago

This is for an LED matrix, which is entirely different from programmable LED strips like the APA102, which is different but also much easier to control.

For LED strips you want to do something like https://github.com/hzeller/spixels as hardware, then just implement whatever network protocol you'd like to have on top of that (e.g. PixelPusher or FlaschenTaschen).