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

Method sleepDisplay

Arduino_ST7789_Fast.cpp:556–560  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

554
555// ----------------------------------------------------------
556void Arduino_ST7789::sleepDisplay(boolean mode)
557{
558 writeCmd(mode ? ST7789_SLPIN : ST7789_SLPOUT);
559 delay(5);
560}
561
562// ----------------------------------------------------------
563void Arduino_ST7789::enableDisplay(boolean mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected