lvgl.triangle
Display a filled triangle.
Was this helpful?
Display a filled triangle.
lvgl.triangle([parent], {settings})
parent:triangle({settings})
See the API page for parameter description and common settings.
The 'x, 'y, 'w' and 'h' settings are not used.
Triangle specific settings:
opacity
Number or Function
Sets the opacity. Note: range is 0 (transparent) to 255 (opaque)
255 (opaque)
pts
Table or Function
Table of points. Each point must be a table with two number values ({x, y})
Defines the points used to draw the triangle. There must be three points.
nil
LVGL object
Unlike the line drawing objects, there is no built in triangle drawing in LVGL. The method used to draw triangles is quite simple and does not do any anti-aliasing.
BW radios
Color radios
2.11.0
Introduced
Was this helpful?
Was this helpful?