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

◆ getCurrentFrame()

Frame fl::third_party::TJpgInstanceDecoder::getCurrentFrame ( ) const

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

243 {
244 if (current_frame_) {
245 return *current_frame_;
246 }
247 return Frame(0);
248}
fl::shared_ptr< Frame > current_frame_
Definition driver.h:75

References current_frame_, and FL_NOEXCEPT.

Referenced by getPartialFrame().

+ Here is the caller graph for this function: