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

Method clear

Code/Arduino_libraries/SSD1306/OLEDDisplay.cpp:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void OLEDDisplay::clear(void) {
819 memset(buffer, 0, displayBufferSize);
820}
821
822void OLEDDisplay::drawLogBuffer(uint16_t xMove, uint16_t yMove) {
823 uint16_t lineHeight = pgm_read_byte(fontData + HEIGHT_POS);

Callers 2

runLoadingProcessMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected