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

Method setOverlays

Code/Arduino_libraries/SSD1306/OLEDDisplayUi.cpp:149–152  ·  view source on GitHub ↗

-/----- Overlays ------\-

Source from the content-addressed store, hash-verified

147
148// -/----- Overlays ------\-
149void OLEDDisplayUi::setOverlays(OverlayCallback* overlayFunctions, uint8_t overlayCount){
150 this->overlayFunctions = overlayFunctions;
151 this->overlayCount = overlayCount;
152}
153
154// -/----- Loading Process -----\-
155

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected