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

Method enableDisplay

Arduino_ST7789_Fast.cpp:563–566  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

561
562// ----------------------------------------------------------
563void Arduino_ST7789::enableDisplay(boolean mode)
564{
565 writeCmd(mode ? ST7789_DISPON : ST7789_DISPOFF);
566}
567
568// ----------------------------------------------------------
569void Arduino_ST7789::idleDisplay(boolean mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected