lvgl.circle

Display a solid or filled circle.

Syntax

lvgl.circle([parent], {settings})

parent:circle({settings})

Parameters

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:

Return values

LVGL object

API Status

Change log