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

◆ loop()

void loop ( )

Definition at line 199 of file Esp32S3I2SDemo.h.

199 {
200 fill_rainbow(leds, NUM_LEDS, 0, 7);
201 FastLED.show();
202 delay(50);
203}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
void fill_rainbow(struct CRGB *targetArray, int numToFill, fl::u8 initialhue, fl::u8 deltahue=5)
Fill a range of LEDs with a rainbow of colors.
Definition fill.cpp:29

References FastLED, fill_rainbow(), leds, and NUM_LEDS.

+ Here is the call graph for this function: