lcd.drawFilledCircle(x, y, r [, flags])
Previouslcd.drawCircle(x, y, r [, flags])Nextlcd.drawFilledTriangle(x1, y1, x2, y2, x3, y3 [, flags])
Was this helpful?
Draw a filled circle at (x, y) of specified radius
x,y (positive numbers) center position
r (number) radius in pixels
none
2.4.0
Introduced
Was this helpful?
Was this helpful?