Searched refs:grid_1_col_dsc (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 375 …static int32_t grid_1_col_dsc[] = {LV_GRID_CONTENT, 5, LV_GRID_CONTENT, LV_GRID_FR(2), LV_GRID_FR(… in profile_create() local 394 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create() 432 …static int32_t grid_1_col_dsc[] = {LV_GRID_CONTENT, 1, LV_GRID_CONTENT, LV_GRID_FR(1), LV_GRID_TEM… in profile_create() local 464 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create() 503 static int32_t grid_1_col_dsc[] = {LV_GRID_CONTENT, LV_GRID_FR(1), LV_GRID_TEMPLATE_LAST}; in profile_create() local 514 lv_obj_set_grid_dsc_array(panel1, grid_1_col_dsc, grid_1_row_dsc); in profile_create()
|