| 663 | int16_t w, int16_t h, uint16_t color, uint16_t bgcolor) { } |
| 664 | |
| 665 | void drawGrayscaleBitmap(int16_t x, int16_t y, const uint8_t bmp[], |
| 666 | int16_t w, int16_t h) { } |
| 667 | |
| 668 | void drawGrayscaleBitmap(int16_t x, int16_t y, uint8_t *bmp, |
| 669 | int16_t w, int16_t h) { } |
nothing calls this directly
no outgoing calls
no test coverage detected