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

Method drawEllipse

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

Source from the content-addressed store, hash-verified

622 void fillCircle(int16_t x, int16_t y, int16_t r, uint16_t color) { }
623
624 void drawEllipse(int16_t x, int16_t y, int32_t rx, int32_t ry, uint16_t color) { }
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) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected