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

Method writeData

Arduino_ST7789_Fast.cpp:258–268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

256
257// ----------------------------------------------------------
258void Arduino_ST7789::writeData(uint8_t d8)
259{
260 DC_DATA;
261 CS_ACTIVE;
262 SPI_START;
263
264 writeSPI(d8);
265
266 CS_IDLE;
267 SPI_END;
268}
269
270// ----------------------------------------------------------
271void Arduino_ST7789::writeData16(uint16_t d16)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected