FastLED 3.9.15
Loading...
Searching...
No Matches

◆ loop()

void loop ( )

Definition at line 200 of file Esp32S3I2SDemo.ino.

200 {
202 if (gUseFastLEDApi) {
203 FastLED.show();
204 } else {
205 FASTLED_ASSERT(driver != nullptr, "Did not expect driver to be null");
206 driver->show();
207 }
208}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
void fill_rainbow(CRGB *all_leds)
fl::InternalI2SDriver * driver
const bool gUseFastLEDApi
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
#define FASTLED_ASSERT(x, MSG)
Definition assert.h:9

References driver, FastLED, FASTLED_ASSERT, fill_rainbow(), gUseFastLEDApi, and leds.

+ Here is the call graph for this function: