| 69 | } |
| 70 | |
| 71 | void OLEDDisplayUi::init() { |
| 72 | this->display->init(); |
| 73 | } |
| 74 | |
| 75 | void OLEDDisplayUi::setTargetFPS(uint8_t fps){ |
| 76 | this->updateInterval = ((float) 1.0 / (float) fps) * 1000; |
nothing calls this directly
no outgoing calls
no test coverage detected