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

◆ fillAndShow()

void fillAndShow ( CRGB color)

Definition at line 40 of file RGBWEmulated.ino.

40 {
41 for (int i = 0; i < NUM_LEDS; ++i) {
42 leds[i] = color;
43 }
44 FastLED.show();
45}
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

References FastLED, leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: