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

Method begin

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

Source from the content-addressed store, hash-verified

1286
1287public:
1288 bool begin(
1289 const char *host, int width = VECTOR_DISPLAY_DEFAULT_WIDTH, int height = VECTOR_DISPLAY_DEFAULT_HEIGHT
1290 ) {
1291 VectorDisplayClass::begin(width, height);
1292 return client.connect(host, 7788);
1293 }
1294
1295 virtual void end() override {
1296 VectorDisplayClass::end();

Callers 1

beginMethod · 0.45

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected