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:
Name | Type | Description | Default if not set |
---|---|---|---|
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.
Avail | Status | Comment | |
---|---|---|---|
EdgeTX version | Change |
---|---|
pts
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
BW radios
Color radios
2.11.0
Introduced