| 618 | void fillScreen(uint16_t color) { } |
| 619 | |
| 620 | void drawCircle(int16_t x, int16_t y, int16_t r, uint16_t color) { } |
| 621 | |
| 622 | void fillCircle(int16_t x, int16_t y, int16_t r, uint16_t color) { } |
| 623 |
nothing calls this directly
no outgoing calls
no test coverage detected