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

◆ shouldYield()

bool fl::third_party::TJpgInstanceDecoder::shouldYield ( ) const
private

Definition at line 288 of file driver.cpp.hpp.

288 {
289 return (fl::millis() - start_time_ms_) >= progressive_config_.max_time_per_tick_ms;
290}
TJpgProgressiveConfig progressive_config_
Definition driver.h:71
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.

References FL_NOEXCEPT, fl::millis(), progressive_config_, and start_time_ms_.

+ Here is the call graph for this function: