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

Method normalDisplay

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:769–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769void OLEDDisplay::normalDisplay(void) {
770 sendCommand(NORMALDISPLAY);
771}
772
773void OLEDDisplay::setContrast(uint8_t contrast, uint8_t precharge, uint8_t comdetect) {
774 sendCommand(SETPRECHARGE); //0xD9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected