MCPcopy Create free account
hub / github.com/cbm80amiga/Arduino_ST7789_Fast / resetDisplay

Method resetDisplay

Arduino_ST7789_Fast.cpp:575–579  ·  view source on GitHub ↗

----------------------------------------------------------

Source from the content-addressed store, hash-verified

573
574// ----------------------------------------------------------
575void Arduino_ST7789::resetDisplay()
576{
577 writeCmd(ST7789_SWRESET);
578 delay(5);
579}
580
581// ----------------------------------------------------------
582void Arduino_ST7789::setScrollArea(uint16_t tfa, uint16_t bfa)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected