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

◆ set_brightness() [1/2]

void fl::ucs7604::set_brightness ( CurrentControl current)

Set global UCS7604 brightness via current control (EXPERIMENTAL)

Parameters
currentCurrent control settings for RGBW channels
Note
This is SECONDARY to FastLED::setBrightness() - use that as primary control
Affects current control which may impact color accuracy

Definition at line 21 of file ucs7604.cpp.hpp.

21 {
22 detail::g_current = current;
23}
static CurrentControl g_current(FL_UCS7604_BRIGHTNESS)

References fl::ucs7604::detail::g_current.

Referenced by set_brightness().

+ Here is the caller graph for this function: