| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected