| 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) { } |
| 628 | |
| 629 | virtual void end() { |
| 630 | } |
nothing calls this directly
no outgoing calls
no test coverage detected