Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 383 Bytes

drawfilledtriangle.md

File metadata and controls

15 lines (8 loc) · 383 Bytes

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
  • flags (optional) please see flags and color constants

Return value

none