format(btnmatrix) change paramater name in lv_btnmatrix_set_selected_btn
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user