lcd.drawArc(x, y, r, start, end [, flags])
Draw an arc
@status current Introduced in 2.4.0
Parameters
x,y
(positive numbers) coordinates of the centerr
(positive number) radiusstart,end
(positive numbers) start and end of the arc
Return value
none
Previouslcd.drawAnnulus(x, y, r1, r2, start, end [, flags])Nextlcd.drawBitmap(bitmap, x, y [, scale])
Last updated