Support for DotStar led strips (APA102C)
They seem to work very similar to the NeoPixels, but are controlled through SPI instead of I2C. So I assume it's a bit of work to support them with node-pixel?
It's actually more of an issue with Firmata than for node-pixel. As SPI potentially causes some blocking behaviour it is not been supported to date. To roll this feature out on the backpack should be relatively straight forward however at that point you're basically using a backpack to create I2C functionality to support SPI which feels a little bad... though that's certainly possible.
I see, thanks for the explanation! I guess I'll go with a custom protocol for now.
SPI support for Firmata is in progress:
Only thing slowing it down is to date I've had zero feedback on the proposal.
Wow, looks great! Thanks for the hard work, Jeff. Hope it comes through soon.