The Spinner object is a spinning arc over a ring.
The parts are identical to the parts of lv_arc.
To create a spinner use lv_spinner_create(parent, spin_time, arc_length)
. spin time
sets the spin time in milliseconds, arc_length
sets the length of the spinning arc in degrees.
No special events are sent to the Spinner.
See the events of the Arc too.
Learn more about Events.
No Keys are processed by the object type.
Learn more about Keys.
.. include:: ../../../examples/widgets/spinner/index.rst
.. doxygenfile:: lv_spinner.h
:project: lvgl