Michael Miller

Results 232 comments of Michael Miller

Not sure what changed, but the change is simple. In the ino, swap the order of includes too... ``` #include #include ```

https://github.com/Makuna/NeoPixelBus/pull/593

First, the animation state is specific to that animation "channel" and its callback. Nothing more. This is relevant if you have a separate animations that use different state. The blend...

https://github.com/Makuna/NeoPixelBus/issues/442

Test Sketch for timing and some results... Original model using 4bits per bit took around 200us to convert. Using the function to convert a bit to 3 bits took around...

You are running out of memory. When you compile, it should output how much RAM is left. Compare that to the dynamic allocation needed to support that many pixels. 998...

reopened to track improving wiki on the issue of memory usage.

@simon-budig Your comment here scares me... " // for larger LED strips it is quite likely that MAGIC_KEY_POS // resides in the middle of the framebuffer. And if the USB...

If they follow their standards, it should be `CONFIG_IDF_TARGET_ESP32S3` But, it takes more than what you suggest to fix this. These defines control RMT channels also and there is needed...

https://github.com/Makuna/NeoPixelBus/pull/580 Try it now.