Write the data to the LEDs managed by this controller.
- Parameters
-
brightness | the brightness of the LEDs |
- See also
- show(const struct CRGB*, int, uint8_t)
Definition at line 135 of file cled_controller.h.
135 {
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().