| 560 | void setTextWrap(bool w) { } |
| 561 | |
| 562 | int16_t drawRightString(const char *string, int32_t x, int32_t y, uint8_t font) { } |
| 563 | |
| 564 | int16_t drawRightString(const String& string, int32_t x, int32_t y, uint8_t font) { } |
| 565 |
nothing calls this directly
no outgoing calls
no test coverage detected