-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for DotStar led strips (APA102C) #96
Comments
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. |
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?
The text was updated successfully, but these errors were encountered: