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

◆ clearLeds()

void clearLeds ( )

Definition at line 116 of file complex.h.

116{ fl::memfill(leds, 0, NUM_LEDS * sizeof(CRGB)); }
CRGB leds[NUM_LEDS]
#define NUM_LEDS
void * memfill(void *ptr, int value, fl::size num)
Definition memfill.h:11
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:86

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

Referenced by loop().

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