fix(grid) rename column/row_template to column/row_dsc_array to add more meaning for binding generators
This commit is contained in:
@@ -12,7 +12,7 @@ void lv_example_grid_2(void)
|
||||
|
||||
/*Create a container with grid*/
|
||||
lv_obj_t * cont = lv_obj_create(lv_scr_act());
|
||||
lv_obj_set_grid_template(cont, col_dsc, row_dsc);
|
||||
lv_obj_set_grid_dsc_array(cont, col_dsc, row_dsc);
|
||||
lv_obj_set_size(cont, 300, 220);
|
||||
lv_obj_center(cont);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user