Home
last modified time | relevance | path

Searched refs:LV_USE_GRID (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/extra/
Dlv_extra.c41 #if LV_USE_GRID in lv_extra_init()
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_1.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
Dlv_example_grid_3.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
Dlv_example_grid_6.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
Dlv_example_grid_4.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
Dlv_example_grid_5.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
Dlv_example_grid_2.c2 #if LV_USE_GRID && LV_BUILD_EXAMPLES
/lvgl-latest/src/
Dlv_conf_internal.h1963 #ifndef LV_USE_GRID
1966 #define LV_USE_GRID CONFIG_LV_USE_GRID macro
1968 #define LV_USE_GRID 0 macro
1971 #define LV_USE_GRID 1 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h596 #define LV_USE_GRID 1 macro
/lvgl-latest/
Dlv_conf_template.h603 #define LV_USE_GRID 1
DKconfig909 config LV_USE_GRID config
/lvgl-latest/src/extra/layouts/grid/
Dlv_grid.h17 #if LV_USE_GRID
Dlv_grid.c11 #if LV_USE_GRID
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c2 #if LV_BUILD_EXAMPLES && LV_USE_SLIDER && LV_USE_CHART && LV_USE_BTN && LV_USE_GRID
/lvgl-latest/docs/layouts/
Dgrid.md13 Note that the grid layout feature of LVGL needs to be globally enabled with `LV_USE_GRID` in `lv_co…