FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ fillAndShow()

void fillAndShow ( CRGB color)

Definition at line 38 of file RGBWEmulated.ino.

38 {
39 for (int i = 0; i < NUM_LEDS; ++i) {
40 leds[i] = color;
41 }
42 FastLED.show();
43}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References FastLED, leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: