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