-/----- Overlays ------\-
| 147 | |
| 148 | // -/----- Overlays ------\- |
| 149 | void OLEDDisplayUi::setOverlays(OverlayCallback* overlayFunctions, uint8_t overlayCount){ |
| 150 | this->overlayFunctions = overlayFunctions; |
| 151 | this->overlayCount = overlayCount; |
| 152 | } |
| 153 | |
| 154 | // -/----- Loading Process -----\- |
| 155 |
nothing calls this directly
no outgoing calls
no test coverage detected