-/----- State information -----\-
| 222 | |
| 223 | // -/----- State information -----\- |
| 224 | OLEDDisplayUiState* OLEDDisplayUi::getUiState(){ |
| 225 | return &this->state; |
| 226 | } |
| 227 | |
| 228 | int16_t OLEDDisplayUi::update(){ |
| 229 | #ifdef ARDUINO |
nothing calls this directly
no outgoing calls
no test coverage detected