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

Method init

Code/Arduino_libraries/SSD1306/OLEDDisplayUi.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void OLEDDisplayUi::init() {
72 this->display->init();
73}
74
75void OLEDDisplayUi::setTargetFPS(uint8_t fps){
76 this->updateInterval = ((float) 1.0 / (float) fps) * 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected