lv_btnmatrix_set_map() function
Set a new map. Buttons will be created/deleted according to the map. The button matrix keeps a reference to the map and so the string array must not be deallocated during the life of the matrix.
Arguments
obj
pointer to a button matrix object
map
pointer a string array. The last string has to be: "". Use "\n" to make a line break.