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

◆ showInternal()

void fl::CLEDController::showInternal ( const CRGB * data,
int nLeds,
fl::u8 brightness )
inline

Will scale for color correction and temperature. Can accept LED data not attached to this controller.

Parameters
datathe LED data to write to the strip
nLedsthe number of LEDs in the data array
brightnessthe brightness of the LEDs
See also
show(const CRGB*, int, CRGB)

Definition at line 168 of file cled_controller.h.

168 {
169 if (mEnabled) {
170 show(data, nLeds,brightness);
171 }
172 }
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
FastLED show()

References brightness, FL_NOEXCEPT, mEnabled, and show().

+ Here is the call graph for this function: