lcd.drawPie(x, y, r, start, end [, flags])
Previouslcd.drawLineWithClipping(x1, y1, x2, y2, xmin, xmax, ymin, ymax, pattern [, flags])Nextlcd.drawTriangle(x1, y1, x2, y2, x3, y3 [, flags])
Was this helpful?
Draw a pie slice
@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 pie slice
none
Was this helpful?
Was this helpful?