lcd.drawArc(x, y, r, start, end [, flags])
Previouslcd.drawAnnulus(x, y, r1, r2, start, end [, flags])Nextlcd.drawBitmap(bitmap, x, y [, scale])
Last updated
Was this helpful?
Draw an arc
@status current Introduced in 2.4.0
x,y (positive numbers) coordinates of the center
r (positive number) radius
start,end (positive numbers) start and end of the arc
none
Last updated
Was this helpful?
Was this helpful?