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

◆ clearDisplay()

void clearDisplay ( )

Definition at line 167 of file advanced.h.

167 {
168 if (fadeSpeed.as_int() == 0) {
170 } else {
172 }
173}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
UISlider fadeSpeed("Fade Speed", 20, 0, 255, 1)
void fadeToBlackBy(CRGB *leds, fl::u16 num_leds, fl::u8 fadeBy)
void fill_solid(struct CRGB *targetArray, int numToFill, const struct CRGB &color)
Fill a range of LEDs with a solid color.
Definition fill.cpp:9
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:567

References CRGB::Black, fadeSpeed(), fadeToBlackBy(), fill_solid(), leds, and NUM_LEDS.

Referenced by drawFireEffect(), drawRadialSpectrum(), drawSpectrumBars(), drawVUMeter(), and drawWaveform().

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