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 93 of file cled_controller.h.

93 {
95 showLeds(0);
96 }
VIRTUAL_IF_NOT_AVR void showLeds(fl::u8 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: