| 676 | uint8_t *bmp, uint8_t *mask, int16_t w, int16_t h) { } |
| 677 | |
| 678 | void drawRGBBitmap(int16_t x, int16_t y, uint16_t* bmp, |
| 679 | int16_t w, int16_t h) { |
| 680 | } |
| 681 | |
| 682 | void drawRGBBitmap(int16_t x, int16_t y, const uint16_t bmp[], |
| 683 | int16_t w, int16_t h) { |
nothing calls this directly
no outgoing calls
no test coverage detected