lcd.drawFilledTriangle(x1, y1, x2, y2, x3, y3 [, flags])
Draw a filled triangle
@status current Introduced in 2.4.0
Parameters
x1,y1,x2,y2,x3,y3
(positive numbers) coordinates of the three vertices
Return value
none
Previouslcd.drawFilledRectangle(x, y, w, h [, flags])Nextlcd.drawGauge(x, y, w, h, fill, maxfill [, flags])
Last updated