BillMerryman
Results
12
comments of
BillMerryman
@ladyada for review.
Just realized this also requires the modification: ``` void Adafruit_GFX::fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color) { startWrite(); writeFastVLine(x0, y0 - r, 2 * r + 1, color); fillCircleHelper(x0,...