| 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, |
| 523 | uint32_t foreColor=0xFFFFFFFF, |
| 524 | uint32_t backColor=0x00FFFFFF) /* PROGMEM */ { |
| 525 | } |
| 526 | |
| 527 | void bitmap(int16_t x, int16_t y, uint8_t *bmp, |
| 528 | int16_t w, int16_t h, uint8_t depth, uint8_t flags=0, |
nothing calls this directly
no outgoing calls
no test coverage detected