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

Method idleDisplay

Arduino_ST7789_Fast.cpp:569–572  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

567
568// ----------------------------------------------------------
569void Arduino_ST7789::idleDisplay(boolean mode)
570{
571 writeCmd(mode ? ST7789_IDMON : ST7789_IDMOFF);
572}
573
574// ----------------------------------------------------------
575void Arduino_ST7789::resetDisplay()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected