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

Method invertDisplay

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765void OLEDDisplay::invertDisplay(void) {
766 sendCommand(INVERTDISPLAY);
767}
768
769void OLEDDisplay::normalDisplay(void) {
770 sendCommand(NORMALDISPLAY);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected