lcd.drawFilledTriangle(x1, y1, x2, y2, x3, y3 [, flags])
Previouslcd.drawFilledCircle(x, y, r [, flags])Nextlcd.drawHudRectangle(pitch, roll, xmin, xmax, ymin, ymax [, flags])
Last updated
Was this helpful?
Draw a filled triangle
x1,y1,x2,y2,x3,y3 (positive numbers) coordinates of the three vertices
none
2.4.0
Introduced
Last updated
Was this helpful?
Was this helpful?