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

Method init

Arduino_ST7789_Fast.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 void init(uint16_t width, uint16_t height);
51 void begin() { init(ST7789_TFTWIDTH,ST7789_TFTHEIGHT); }
52 void init() { init(ST7789_TFTWIDTH,ST7789_TFTHEIGHT); }
53 void setAddrWindow(uint16_t xs, uint16_t ys, uint16_t xe, uint16_t ye);
54 void pushColor(uint16_t color);
55 void fillScreen(uint16_t color=BLACK);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected