Michael Miller

Results 232 comments of Michael Miller

@devarishi7 It was added some time ago, with this change. https://github.com/Makuna/NeoPixelBus/pull/565

lets say both strips (A & B) have 4 pixels each. Where does index 0 start? ``` 0 1 2 3 4 5 6 7 - index to combined strips...

@jvanlangen Please don't use an issue to discuss your specific problem. Please use the gitter channel. Your question is different than this issue. This issue is about a single instance...

https://github.com/Makuna/NeoPixelBus/pull/411 While this doesn't specifically fix this issue yet, it is a step toward it.

They changed the i2s interface/API enough on the C3 that it's not easy to support it with the same code. This is noted at the top of the NeoEsp32i2sMethods.h file.

@mariusmotea Jump into the discussions area to continue the conversation about RMT and flickering; specifically mention exactly what LEDs you are using.

This is the wrong area to "discuss" the RMT flicker, this is for reporting bugs not seeking help. Ask the questions in the discussions area about RMT and I will...

ESP32S3 also has a significant interface change for i2s and currently is not supported. Unknown if it follows the C3 or creates yet another interface.

I consider this less a bug and more of a sample improvement. Its a good suggestion. In general, I do not recommend the use of the NeoPixelBrightnessBus due to the...

What specific Arduino board are you using? Unfortunately, many won't be able to be accurate enough to support this +-50ns requirement and are just barely able to provide the current...