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

◆ show_at_max_brightness_for_power()

void show_at_max_brightness_for_power ( )

Similar to CFastLED::show(), but pre-adjusts brightness to keep below the power threshold.

Deprecated
This is now a part of CFastLED::show()

Definition at line 185 of file power_mgt.cpp.

186{
187 // power management usage is now in FastLED.show, no need for this function
188 FastLED.show();
189}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References FastLED.