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 542 of file FastLED.cpp.hpp.

543{
544 // power management usage is now in FastLED.show, no need for this function
545 FastLED.show();
546}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References FastLED.