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

Method Arduino_ST7789

Arduino_ST7789_Fast.cpp:217–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

215}
216// ----------------------------------------------------------
217Arduino_ST7789::Arduino_ST7789(int8_t dc, int8_t rst, int8_t cs) : Adafruit_GFX(ST7789_TFTWIDTH, ST7789_TFTHEIGHT)
218{
219 csPin = cs;
220 dcPin = dc;
221 rstPin = rst;
222}
223
224// ----------------------------------------------------------
225void Arduino_ST7789::init(uint16_t width, uint16_t height)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected