Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c127 uint32_t txt_tot_i = 0; /*Act. index in the str map*/ in lv_buttonmatrix_set_map() local
157 for(btn = 0; btn < btn_cnt; btn++, btn_tot_i++, txt_tot_i++) { in lv_buttonmatrix_set_map()