| 693 | } |
| 694 | |
| 695 | void drawCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername, |
| 696 | uint16_t color) { |
| 697 | |
| 698 | } |
| 699 | |
| 700 | void fillCircleHelper(int16_t cx, int16_t cy, int16_t r, uint8_t corners, |
| 701 | int16_t delta, uint16_t color) { |
nothing calls this directly
no outgoing calls
no test coverage detected