Searched defs:_lv_bar_t (Results 1 – 1 of 1) sorted by relevance
37 struct _lv_bar_t { struct38 lv_obj_t obj;39 int32_t cur_value; /**< Current value of the bar*/40 int32_t min_value; /**< Minimum value of the bar*/41 int32_t max_value; /**< Maximum value of the bar*/42 int32_t start_value; /**< Start value of the bar*/43 lv_area_t indic_area; /**< Save the indicator area. Might be used by derived types*/44 bool val_reversed; /**< Whether value been reversed */45 lv_bar_anim_t cur_value_anim;46 lv_bar_anim_t start_value_anim;[all …]