| 517 | void pushSprite(int32_t x, int32_t y) {} |
| 518 | void deleteSprite(void) {} |
| 519 | void fillSprite(uint32_t color) {} |
| 520 | |
| 521 | void bitmap_progmem(int16_t x, int16_t y, const uint8_t* bmp, |
| 522 | int16_t w, int16_t h, uint8_t depth=1, uint8_t flags=0, const uint8_t* mask=NULL, |
nothing calls this directly
no outgoing calls
no test coverage detected