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

◆ showLedsInternal()

void CLEDController::showLedsInternal ( uint8_t brightness)
inline

Write the data to the LEDs managed by this controller.

Parameters
brightnessthe brightness of the LEDs
See also
show(const struct CRGB*, int, uint8_t)

Definition at line 135 of file cled_controller.h.

135 {
136 if (m_enabled) {
138 }
139 }
UISlider brightness("Brightness", 255, 0, 255, 1)
CRGB * m_Data
pointer to the LED data used by this controller
int m_nLeds
the number of LEDs in the LED data array
virtual void show(const struct CRGB *data, int nLeds, uint8_t brightness)=0
Write the passed in RGB data out to the LEDs managed by this controller.

References brightness, m_Data, m_enabled, m_nLeds, and show().

Referenced by CFastLED::show(), and showLeds().

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