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

◆ fill()

void fill ( CRGB color)
Examples
BlinkParallel.ino.

Definition at line 36 of file BlinkParallel.ino.

36 {
37 for (int i = 0; i < NUM_LEDS; i++) {
38 leds[i] = color;
39 }
40}
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: