Display a solid or filled circle.
lvgl.circle([parent], {settings})
parent:circle({settings})
See the API page for parameter description and common settings.
Note: 'w', 'h' and 'size' should not be used with lvgl.circle. Use 'radius' instead.
Circle specific settings:
thickness
Number
Sets the width of the line used to draw the arc.
1
filled
Boolean
If true the circle is filled with the 'color'value
false
radius
Number or Function
Sets the radius of the arc
0
LVGL object
BW radios
Color radios
2.11.0
Introduced