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

◆ fill()

void fill ( CRGB color)
Examples
BlinkParallel.ino.

Definition at line 31 of file BlinkParallel.ino.

31 {
32 for (int i = 0; i < NUM_LEDS; i++) {
33 leds[i] = color;
34 }
35}
CRGB leds[NUM_LEDS]
#define NUM_LEDS

References leds, and NUM_LEDS.

Referenced by blink(), and loop().

+ Here is the caller graph for this function: