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

Method invertDisplay

Arduino_ST7789_Fast.cpp:544–547  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

542
543// ----------------------------------------------------------
544void Arduino_ST7789::invertDisplay(boolean mode)
545{
546 writeCmd(!mode ? ST7789_INVON : ST7789_INVOFF); // modes inverted?
547}
548
549// ----------------------------------------------------------
550void Arduino_ST7789::partialDisplay(boolean mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected