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

Method drawCircle

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

Source from the content-addressed store, hash-verified

618 void fillScreen(uint16_t color) { }
619
620 void drawCircle(int16_t x, int16_t y, int16_t r, uint16_t color) { }
621
622 void fillCircle(int16_t x, int16_t y, int16_t r, uint16_t color) { }
623

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected