Searched refs:LV_LAYOUT_GRID (Results 1 – 6 of 6) sorted by relevance
18 lv_obj_set_layout(cont, LV_LAYOUT_GRID); in lv_example_grid_1()
40 lv_obj_set_layout(root, LV_LAYOUT_GRID); in lv_example_fragment_2()
81 lv_style_set_layout(&style_btn, LV_LAYOUT_GRID); in _lv_demo_music_list_create()
56 extern uint16_t LV_LAYOUT_GRID;
104 uint16_t LV_LAYOUT_GRID; variable130 LV_LAYOUT_GRID = lv_layout_register(grid_update, NULL); in lv_grid_init()149 lv_obj_set_style_layout(obj, LV_LAYOUT_GRID, 0); in lv_obj_set_grid_dsc_array()
11 To make an object a grid container call `lv_obj_set_layout(obj, LV_LAYOUT_GRID)`.