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

◆ clearLeds()

VIRTUAL_IF_NOT_AVR void fl::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 140 of file cled_controller.h.

140 {
142 showLeds(0);
143 }
VIRTUAL_IF_NOT_AVR void showLeds(fl::u8 brightness) FL_NOEXCEPT
void clearLedDataInternal(int nLeds=-1) FL_NOEXCEPT
Zero out the LED data managed by this controller.

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

Referenced by clearLeds().

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