lv_btnmatrix_set_btn_width() function
Set a single button's relative width. This method will cause the matrix be regenerated and is a relatively expensive operation. It is recommended that initial width be specified using `lv_btnmatrix_set_ctrl_map` and this method only be used for dynamic changes.
Arguments
obj
pointer to button matrix object
btn_id
0 based index of the button to modify.
width
relative width compared to the buttons in the same row. [1..7]