Skip to content

NeoPixel module enhancements #48

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

Closed
tdicola opened this issue Nov 1, 2016 · 1 comment
Closed

NeoPixel module enhancements #48

tdicola opened this issue Nov 1, 2016 · 1 comment

Comments

@tdicola
Copy link

tdicola commented Nov 1, 2016

Right now the neopixel modules supports GRB order 400khz and 800khz pixel strips. We should update the module to support a wider range of pixel types:

  • RGB and other arbitrary byte orders
  • RGBW strips

This can probably all be done in the Python module as the low level pixel write function just takes an array of bytes to send out to the pixels (so it can change from 3-tuples to 4-tuples of color info for RGBW easily).

@tannewt
Copy link
Member

tannewt commented Nov 30, 2016

@tannewt tannewt closed this as completed Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants