| 644 | } |
| 645 | |
| 646 | void drawBitmap(int16_t x, int16_t y, const uint8_t bmp[], |
| 647 | int16_t w, int16_t h, uint16_t color) /* PROGMEM */ { } |
| 648 | |
| 649 | void drawBitmap(int16_t x, int16_t y, uint8_t *bmp, |
| 650 | int16_t w, int16_t h, uint16_t color) { } |
nothing calls this directly
no outgoing calls
no test coverage detected