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

Method drawTriangle

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

Source from the content-addressed store, hash-verified

634 }
635
636 void drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1,
637 int16_t x2, int16_t y2, uint16_t color) { }
638
639 void drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h,
640 int16_t radius, uint16_t color) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected