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

◆ clearLeds()

VIRTUAL_IF_NOT_AVR void CLEDController::clearLeds ( int nLeds = -1)
inline

Clear out/zero out the given number of LEDs.

Parameters
nLedsthe number of LEDs to clear

Definition at line 92 of file cled_controller.h.

92 {
94 showLeds(0);
95 }
VIRTUAL_IF_NOT_AVR void showLeds(uint8_t brightness)
void clearLedDataInternal(int nLeds=-1)
Zero out the LED data managed by this controller.

References clearLedDataInternal(), showLeds(), and VIRTUAL_IF_NOT_AVR.

+ Here is the call graph for this function: