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

◆ delay_at_max_brightness_for_power()

void delay_at_max_brightness_for_power ( fl::u16 ms)

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

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

Definition at line 548 of file FastLED.cpp.hpp.

549{
550 FastLED.delay(ms);
551}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References FastLED.