MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / setFrames

Method setFrames

Code/Arduino_libraries/SSD1306/OLEDDisplayUi.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 this->frameAnimationDirection = dir;
141}
142void OLEDDisplayUi::setFrames(FrameCallback* frameFunctions, uint8_t frameCount) {
143 this->frameFunctions = frameFunctions;
144 this->frameCount = frameCount;
145 this->resetState();
146}
147
148// -/----- Overlays ------\-
149void OLEDDisplayUi::setOverlays(OverlayCallback* overlayFunctions, uint8_t overlayCount){

Callers

nothing calls this directly

Calls 1

resetStateMethod · 0.95

Tested by

no test coverage detected