MCPcopy Create free account
hub / github.com/FastLED/FastLED / getCurrentFrame

Method getCurrentFrame

src/fl/codec/jpeg.cpp.hpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 Frame getCurrentFrame() {
144 return mDriver ? mDriver->getCurrentFrame() : Frame(0);
145 }
146
147 bool hasMoreFrames() const { return false; } // JPEG is single frame
148

Callers

nothing calls this directly

Calls 2

FrameClass · 0.50
getCurrentFrameMethod · 0.45

Tested by

no test coverage detected