| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected