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

Method resetDisplay

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void OLEDDisplay::resetDisplay(void) {
122 clear();
123 #ifdef OLEDDISPLAY_DOUBLE_BUFFER
124 memset(buffer_back, 1, displayBufferSize);
125 #endif
126 display();
127}
128
129void OLEDDisplay::setColor(OLEDDISPLAY_COLOR color) {
130 this->color = color;

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected