| 712 | uint16_t bg, uint8_t size) {} |
| 713 | void setFont(const void /*GFXfont*/ *f = NULL) {} |
| 714 | void getTextBounds(const char *string, int16_t x, int16_t y, |
| 715 | int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h) {} |
| 716 | void getTextBounds(const void /*__FlashStringHelper*/ *s, int16_t x, int16_t y, |
| 717 | int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h) {} |
| 718 | #pragma GCC diagnostic pop |
nothing calls this directly
no outgoing calls
no test coverage detected