| 656 | int16_t w, int16_t h, uint16_t color, uint16_t bg) { } |
| 657 | |
| 658 | void drawXBitmap(int16_t x, int16_t y, const uint8_t bmp[], |
| 659 | int16_t w, int16_t h, uint16_t color) { |
| 660 | } |
| 661 | |
| 662 | void drawXBitmap(int16_t x, int16_t y, const uint8_t bmp[], |
| 663 | int16_t w, int16_t h, uint16_t color, uint16_t bgcolor) { } |
nothing calls this directly
no outgoing calls
no test coverage detected