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

Method end

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

Source from the content-addressed store, hash-verified

627 virtual void begin(int width=VECTOR_DISPLAY_DEFAULT_WIDTH, int height=VECTOR_DISPLAY_DEFAULT_HEIGHT) { }
628
629 virtual void end() {
630 }
631
632 void fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1,
633 int16_t x2, int16_t y2, uint16_t color) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected