| 573 | int16_t drawString(const char *string, int32_t x, int32_t y) { }; |
| 574 | |
| 575 | int16_t drawChar2(uint16_t uniCode, int32_t x, int32_t y, uint16_t a, uint16_t b) { } |
| 576 | |
| 577 | // TODO: fix back color handling |
| 578 | size_t write(uint8_t c) override { } |
nothing calls this directly
no outgoing calls
no test coverage detected