format(btnmatrix) change paramater name in lv_btnmatrix_set_selected_btn

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-24 14:14:46 +01:00
parent 8004058463
commit d2d8f973b0

View File

@@ -109,9 +109,9 @@ void lv_btnmatrix_set_ctrl_map(lv_obj_t * obj, const lv_btnmatrix_ctrl_t ctrl_ma
/**
* Set the selected buttons
* @param obj pointer to button matrix object
* @param id 0 based index of the button to modify. (Not counting new lines)
* @param btn_id 0 based index of the button to modify. (Not counting new lines)
*/
void lv_btnmatrix_set_selected_btn(lv_obj_t * obj, uint16_t id);
void lv_btnmatrix_set_selected_btn(lv_obj_t * obj, uint16_t btn_id);
/**
* Enable recoloring of button's texts. E.g. "a #ff0000 red# word"