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

◆ setBrightness()

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

Set the global brightness.

Parameters
brightnessBrightness level (0-255)

Implements fl::IFastLED.

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

76 {
77 FastLED.setBrightness(brightness);
78}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References brightness, and FastLED.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: