lcd.drawPie(x, y, r, start, end [, flags])
Draw a pie slice
@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 pie slice
Return value
none
Last updated