Home
last modified time | relevance | path

Searched refs:btn_u (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_btnmatrix.c151 uint32_t btn_u = get_button_width(btnm->ctrl_bits[btn_tot_i]); in lv_btnmatrix_set_map() local
154 lv_coord_t btn_x2 = (max_w_no_gap * (row_unit_cnt + btn_u)) / unit_cnt + btn * pcol - 1; in lv_btnmatrix_set_map()
171 row_unit_cnt += btn_u; in lv_btnmatrix_set_map()