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

◆ fill()

void fill ( CRGB color)
Examples
BlinkParallel.ino.

Definition at line 48 of file BlinkParallel.ino.

48 {
49 for (int i = 0; i < NUM_LEDS; i++) {
50 leds[i] = color;
51 }
52}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]

References leds, and NUM_LEDS.

Referenced by blink(), and loop().

+ Here is the caller graph for this function: