|
FastLED 3.9.15
|
| void CFastLED::setMaxRefreshRate | ( | fl::u16 | refresh, |
| bool | constrain = false ) |
Set the maximum refresh rate.
This is global for all leds. Attempts to call show() faster than this rate will simply wait.
| refresh | maximum refresh rate in hz |
| constrain | constrain refresh rate to the slowest speed yet set |
Definition at line 372 of file FastLED.cpp.
References m_nMinMicros.