We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 - GRB, in the project - RGB, where to change?
infoLight(green); - light RED infoLight(red); - light GREEN
The text was updated successfully, but these errors were encountered:
NeoPixelBus<NeoGrbFeature.... replace Grb with Rgb, maybe there are more places were this need to be corrected, just perform search and replace.
NeoPixelBus<NeoGrbFeature....
Sorry, something went wrong.
Thank you! Fixed only one place, everything worked perfectly!
No branches or pull requests
WS2811 - GRB, in the project - RGB, where to change?
The text was updated successfully, but these errors were encountered: