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
Setting a NeoPixel strip to RGB+W seems to create errors in simulator and hardware.
strip.setMode(NeoPixelMode.RGBW) let short = strip.range(0, 1) let long = strip.range(2, 1) short.setAll(0x0000ff) long.setAll(0x00ff00)
This should show pixel 0 green, pixel 2 blue, but instead shows pixels 0-1 both blue.
https://forums.adafruit.com/viewtopic.php?f=64&t=163743
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting a NeoPixel strip to RGB+W seems to create errors in simulator and hardware.
This should show pixel 0 green, pixel 2 blue, but instead shows pixels 0-1 both blue.
https://forums.adafruit.com/viewtopic.php?f=64&t=163743
The text was updated successfully, but these errors were encountered: