Zachary Vorhies

Results 157 comments of Zachary Vorhies

I've got a WS2812 matrix sitting around and an S3 so I can test this locally on that board. I'm assuming I can do esp32dev, what about the wemos boards?...

FYI https://github.com/FastLED/FastLED/blob/master/src/fl/rectangular_draw_buffer.h This could be handy to upstream

🚨 Critical issue: Cannot reflash [XIAO ESP32S3](https://github.com/hpwit/I2SClocklessLedDriver/issues/38#issuecomment-3263250417) after initial flash. * Sketch: [https://github.com/FastLED/FastLED/blob/esp32s3-i2s/examples/Esp32S3I2SDemo/Esp32S3I2SDemo.h#L204](https://github.com/FastLED/FastLED/blob/esp32s3-i2s/examples/Esp32S3I2SDemo/Esp32S3I2SDemo.h#L204) * Two units tested * Two units bricked and unrecoverable ## Attempts to recover: * Hold down...

```C++ #ifdef ESP32 /// The Yves ESP32_S3 I2S driver is a driver that uses the I2S peripheral on the ESP32-S3 to drive leds. /// Originally from: https://github.com/hpwit/I2SClockLessLedDriveresp32s3 /// /// ///...

I'm not just one to try side, i've written a whole front end to make it easy to install and retain its key without editing a shell script. I also...

The new open ai model has chain of thought reasoning built in. When that lands I'll see if this feature request is still relevant.

Are you able to address all pixels individually or only in blocks of 3? If it's individually then you are likely using the WS2815 which has different timings than the...

If the issue is just the RESET time, then I can patch fastled's version to do this as it's dead simple. The other timings look pretty similar other than reset.

Okay. I just did an experimental change to allow an extra wait time. It's hacky but will determine if this is the sole timing issue that is affecting you, which...