| 1274 | |
| 1275 | #ifndef NO_SERIAL |
| 1276 | SerialDisplayClass(int16_t w = TFT_WIDTH, int16_t h = TFT_HEIGHT) : s(Serial), doSerialBegin(true) {} |
| 1277 | #endif |
| 1278 | |
| 1279 | SerialDisplayClass(Stream &_s) : s(_s), doSerialBegin(false) {} |
nothing calls this directly
no outgoing calls
no test coverage detected