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

◆ showLedsInternal()

void CLEDController::showLedsInternal ( fl::u8 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, fl::u8)

Definition at line 136 of file cled_controller.h.

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

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

Referenced by showLeds().

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