| 1286 | |
| 1287 | public: |
| 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(); |