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

◆ clearLeds()

void clearLeds ( )

Definition at line 116 of file complex.h.

116{ fl::memset(leds, 0, NUM_LEDS * sizeof(fl::CRGB)); }
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
void * memset(void *s, int c, size_t n) FL_NOEXCEPT
Representation of an 8-bit RGB pixel (Red, Green, Blue)
Definition crgb.h:38

References leds, fl::memset(), and NUM_LEDS.

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: