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

◆ fill()

void fill ( CRGB color)
Examples
BlinkParallel.ino.

Definition at line 26 of file BlinkParallel.ino.

26 {
27 for (int i = 0; i < NUM_LEDS; i++) {
28 leds[i] = color;
29 }
30}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6

References leds, and NUM_LEDS.

Referenced by blink(), and loop().

+ Here is the caller graph for this function: