MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / begin

Method begin

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

Source from the content-addressed store, hash-verified

772 WiFiClient client;
773 public:
774 bool begin(const char* host, int width=VECTOR_DISPLAY_DEFAULT_WIDTH, int height=VECTOR_DISPLAY_DEFAULT_HEIGHT) {
775 VectorDisplayClass::begin(width, height);
776 return client.connect(host, 7788);
777 }
778
779 virtual void end() override {
780 VectorDisplayClass::end();

Callers 1

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected