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

Method writeData16

Arduino_ST7789_Fast.cpp:271–281  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

269
270// ----------------------------------------------------------
271void Arduino_ST7789::writeData16(uint16_t d16)
272{
273 DC_DATA;
274 CS_ACTIVE;
275 SPI_START;
276
277 writeMulti(d16,1);
278
279 CS_IDLE;
280 SPI_END;
281}
282
283// ----------------------------------------------------------
284void Arduino_ST7789::displayInit(const uint8_t *addr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected