I'm trying to use the Neopixel library on a strip of WS2801 LEDs:
The problem is that the Neopixels just have a single data line ("data"), while the WS2801's have two (and "data" and a "clock").
Some other libraries, like the Fast LED library, work on both, they just have a different init routine for each chipset:
I'm wondering if there's some clever way to get the Neopixel library to work with the WS2801?
I'm trying to display a BMP (abstractly) on the WS2801: