You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So normal strip neopixels use the same format too. I haven't seen any WS2812B 's that don't. Having said that, other LEDs can take different forms so this is a good idea. The NP library handles this but it does it in a series of #define statements that get used at object instantiation.
I'll visit this as part of #15 as we need to work through a method of attaching those objects dynamically as needed rather than all at once so things like Pin, strip type, speed, colour order etc all need to be worked out to be configurable.
The through-hole LED Neopixels use a GRB format instead of RGB. Should add an initialization param to make this work.
Something like
The text was updated successfully, but these errors were encountered: