MCPcopy Create free account
hub / github.com/BruceDevices/firmware / SerialDisplayClass

Method SerialDisplayClass

include/VectorDisplay.h:1276–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected