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

◆ showLeds()

VIRTUAL_IF_NOT_AVR void CLEDController::showLeds ( uint8_t brightness)
inline

Definition at line 98 of file cled_controller.h.

98 {
99 void* data = beginShowLeds(m_nLeds);
101 endShowLeds(data);
102 }
UISlider brightness("Brightness", 255, 0, 255, 1)
virtual void endShowLeds(void *data)
int m_nLeds
the number of LEDs in the LED data array
void showLedsInternal(uint8_t brightness)
Write the data to the LEDs managed by this controller.
virtual void * beginShowLeds(int size)

References beginShowLeds(), brightness, endShowLeds(), m_nLeds, showLedsInternal(), and VIRTUAL_IF_NOT_AVR.

Referenced by clearLeds().

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