Searched defs:_lv_roller_t (Results 1 – 1 of 1) sorted by relevance
30 struct _lv_roller_t { struct31 lv_obj_t obj;32 uint32_t option_cnt; /**< Number of options*/33 uint32_t sel_opt_id; /**< Index of the current option*/34 uint32_t sel_opt_id_ori; /**< Store the original index on focus*/35 … uint32_t inf_page_cnt; /**< Number of extra pages added to make the roller look infinite */36 lv_roller_mode_t mode : 2;37 uint32_t moved : 1;