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

Method writeCmd

Arduino_ST7789_Fast.cpp:245–255  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

243
244// ----------------------------------------------------------
245void Arduino_ST7789::writeCmd(uint8_t c)
246{
247 DC_COMMAND;
248 CS_ACTIVE;
249 SPI_START;
250
251 writeSPI(c);
252
253 CS_IDLE;
254 SPI_END;
255}
256
257// ----------------------------------------------------------
258void Arduino_ST7789::writeData(uint8_t d8)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected