| 62 | void drawImage(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t *img); |
| 63 | void drawImageF(int16_t x, int16_t y, int16_t w, int16_t h, const uint16_t *img16); |
| 64 | void drawImageF(int16_t x, int16_t y, const uint16_t *img16) { drawImageF(x,y,pgm_read_word(img16),pgm_read_word(img16+1),img16+3); } |
| 65 | void setRotation(uint8_t r); |
| 66 | void invertDisplay(boolean mode); |
| 67 | void partialDisplay(boolean mode); |
nothing calls this directly
no outgoing calls
no test coverage detected