| 525 | } |
| 526 | |
| 527 | void bitmap(int16_t x, int16_t y, uint8_t *bmp, |
| 528 | int16_t w, int16_t h, uint8_t depth, uint8_t flags=0, |
| 529 | uint8_t* mask=NULL, |
| 530 | uint32_t foreColor=0xFFFFFFFF, |
| 531 | uint32_t backColor=0x00FFFFFF) { |
| 532 | } |
| 533 | |
| 534 | void utf8() { |
| 535 | } |
nothing calls this directly
no outgoing calls
no test coverage detected