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

Method begin

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

Source from the content-addressed store, hash-verified

625 void fillEllipse(int16_t x, int16_t y, int32_t rx, int32_t ry, uint16_t color) { }
626
627 virtual void begin(int width=VECTOR_DISPLAY_DEFAULT_WIDTH, int height=VECTOR_DISPLAY_DEFAULT_HEIGHT) { }
628
629 virtual void end() {
630 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected