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

◆ show() [2/2]

void fl::FastLEDAdapter::show ( u8 brightness)
overridevirtual

Send the LED data to the strip with a specific brightness.

Parameters
brightnessBrightness level (0-255)

Implements fl::IFastLED.

Definition at line 47 of file adapter.cpp.hpp.

47 {
49}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void show(fl::u8 scale)
Update all our controllers with the current led colors, using the passed in brightness.

References brightness, and FastLED.