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

◆ showLedsInternal()

void fl::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 CRGB*, int, fl::u8)

Definition at line 190 of file cled_controller.h.

190 {
191 if (mEnabled) {
192 show(mLeds.data(), mLeds.size(), brightness);
193 }
194 }
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
FastLED show()
fl::span< CRGB > mLeds
span of LED data used by this controller

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

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

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