| 91 | virtual ~tft_logger(); |
| 92 | void setLogging(bool _log = true); |
| 93 | bool inline getLogging(void) { return logging; }; |
| 94 | |
| 95 | // Disables tft writings on the display, |
| 96 | // Commands wont be passed to the display if isSleeping==true |
no outgoing calls
no test coverage detected