Skip to content
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

WS2811 are confused with R and G #114

Open
udavst opened this issue Apr 7, 2018 · 2 comments
Open

WS2811 are confused with R and G #114

udavst opened this issue Apr 7, 2018 · 2 comments

Comments

@udavst
Copy link

udavst commented Apr 7, 2018

WS2811 - GRB, in the project - RGB, where to change?


infoLight(green); - light RED
infoLight(red); - light GREEN
@mariusmotea
Copy link
Contributor

mariusmotea commented Apr 7, 2018

NeoPixelBus<NeoGrbFeature....
replace Grb with Rgb, maybe there are more places were this need to be corrected, just perform search and replace.

@udavst
Copy link
Author

udavst commented Apr 8, 2018

Thank you! Fixed only one place, everything worked perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants