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

Method displayOff

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:761–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void OLEDDisplay::displayOff(void) {
762 sendCommand(DISPLAYOFF);
763}
764
765void OLEDDisplay::invertDisplay(void) {
766 sendCommand(INVERTDISPLAY);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected