Michael Miller
Michael Miller
Yeah, I will be adding a WS2815 aliases into NeoPixelBus, see [newly created issue](https://github.com/Makuna/NeoPixelBus/issues/796) to track this. But in general, WLED will be minimizing the number of specific methods they...
> > @Makuna would there be a simpler way to call some base class virtual functions instead of what we do now? I.e.: > > ```c++ > case I_32_RN_NEO_3: (static_cast(busPtr))->Show(consistent);...
> Just to toss in on the "overall kbps must be no faster than 800kbps" timing, my _I don't know what I'm doing_ experiments with NeoPixelBus show I can push...
This is problematic for many "methods". Any method that relies on hardware (esp8266, esp32, Rp2040, Nano 33 BLE) rely on hardware features that dictate a consistent pulse wavelength with two...
> Thanks for the info. > > My use case is actually for WLED/ESP32-RMT, and I know the hardware itself is capable of it (I had to do some tricks...
Then there are the high-level API changes. How does it know how long each "drop string" is? Are they always the same length or does a map of how many...
@blazoncek Per discussion, I am capturing your request into this issue, and I will capture investigations here. I hope you can follow along and provide feedback as you consider how...
This coming refactor for this request will include dynamic color order with it, along with dynamic number of elements. The constructor for NeoPixelBus will look similar to the following (details...
https://github.com/Makuna/Rfid134/pull/16
Note, C3 and S3 are not supported with parallel yet. They changed the API due to pulling the parallel support out of the i2s hardware. It's there in another piece...