Home
last modified time | relevance | path

Searched defs:_lv_arc_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/arc/
Dlv_arc_private.h29 struct _lv_arc_t { struct
30 lv_obj_t obj;
31 int32_t rotation;
32 lv_value_precise_t indic_angle_start;
33 lv_value_precise_t indic_angle_end;
34 lv_value_precise_t bg_angle_start;
35 lv_value_precise_t bg_angle_end;
36 int32_t value; /**< Current value of the arc */
37 int32_t min_value; /**< Minimum value of the arc */
38 int32_t max_value; /**< Maximum value of the arc */
[all …]