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

Method mirrorScreen

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:813–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void OLEDDisplay::mirrorScreen() {
814 sendCommand(SEGREMAP);
815 sendCommand(COMSCANDEC); //Mirror screen
816}
817
818void OLEDDisplay::clear(void) {
819 memset(buffer, 0, displayBufferSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected