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

◆ hasPartialImage()

bool fl::third_party::TJpgInstanceDecoder::hasPartialImage ( ) const

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

251 {
252 return current_frame_ && current_frame_->isValid();
253}
fl::shared_ptr< Frame > current_frame_
Definition driver.h:75

References current_frame_, and FL_NOEXCEPT.