lvgl.circle
Display a solid or filled circle.
Was this helpful?
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
opacity
Number or Function
Sets the opacity. Note: range is 0 (transparent) to 255 (opaque).
255 (opaque)
LVGL object
BW radios
Color radios
2.11.0
Introduced
Was this helpful?
Was this helpful?