FastLED 3.9.15
|
void CFastLED::setMaxRefreshRate | ( | uint16_t | 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 339 of file FastLED.cpp.
References m_nMinMicros.