| 584 | void drawPixel(int16_t x, int16_t y, uint16_t color) { } |
| 585 | |
| 586 | void drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { } |
| 587 | |
| 588 | void fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { } |
| 589 |
nothing calls this directly
no outgoing calls
no test coverage detected