FastLED 3.9.15
|
#define FASTLED_USES_ESP32S3_I2S |
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
This is an advanced driver. It has certain ramifications.
Is RGBW supported? Yes.
Is Overclocking supported? Yes. Use this to bend the timeings to support other WS281X variants. Fun fact, just overclock the chipset until the LED starts working.
What about the new WS2812-5VB leds? Yes, they have 250us timing.
Why use this? Raw YVes driver needs a perfect parallel rectacngle buffer for operation. In this code we've provided FastLED type bindings.
Definition at line 39 of file Esp32S3I2SDemo.ino.