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
Arduino Nano Matter
2.2.0
2.3.4
Debian
Matter
No response
ezWS2812gpio does not manage a WS2813C connected to pin D4.
D4
ezWS2812 works fine but does let choose the output pin.
// SDK #include "Arduino.h" // WS2813C #include "ezWS2812gpio.h" // Define variables and constants ezWS2812gpio myRGB(1, 4); void setup() { myRGB.begin(); myRGB.set_all(0, 0, 0); delay(500); myRGB.set_all(32, 32, 32); delay(500); myRGB.set_all(0, 0, 0); } void loop() { delay(1000); }
The text was updated successfully, but these errors were encountered:
Release 8.1.1
4848a52
Added patch for ezWS2812gpio issue (see SiliconLabs/arduino#106)
No branches or pull requests
Hardware
Arduino Nano Matter
Core version
2.2.0
Arduino IDE version
2.3.4
Operating system
Debian
Radio stack variant
Matter
OpenThread Border Router device (if using Matter)
No response
Issue description
ezWS2812gpio does not manage a WS2813C connected to pin
D4
.ezWS2812 works fine but does let choose the output pin.
Serial output
No response
RTT output (if using Matter)
No response
Minimal reproducer code
The text was updated successfully, but these errors were encountered: