Home
last modified time | relevance | path

Searched refs:LV_USE_BTN (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_btn.h18 #if LV_USE_BTN != 0
Dlv_btn.c11 #if LV_USE_BTN != 0
/lvgl-latest/examples/get_started/
Dlv_example_get_started_1.c2 #if LV_BUILD_EXAMPLES && LV_USE_BTN
Dlv_example_get_started_2.c2 #if LV_USE_BTN && LV_BUILD_EXAMPLES
/lvgl-latest/examples/widgets/btn/
Dlv_example_btn_1.c2 #if LV_USE_BTN && LV_BUILD_EXAMPLES
Dlv_example_btn_3.c2 #if LV_BUILD_EXAMPLES && LV_USE_BTN
Dlv_example_btn_2.c2 #if LV_USE_BTN && LV_BUILD_EXAMPLES
/lvgl-latest/examples/styles/
Dlv_example_style_15.c2 #if LV_BUILD_EXAMPLES && LV_USE_BTN && LV_USE_LABEL
/lvgl-latest/demos/stress/
DREADME.md12 - In `lv_conf.h` enable all the widgets (`LV_USE_BTN 1`) and the animations (`LV_USE_ANIMATION 1`)
/lvgl-latest/src/
Dlv_conf_internal.h1394 #ifndef LV_USE_BTN
1397 #define LV_USE_BTN CONFIG_LV_USE_BTN macro
1399 #define LV_USE_BTN 0 macro
1402 #define LV_USE_BTN 1 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h466 #define LV_USE_BTN 1 macro
/lvgl-latest/
Dlv_conf_template.h478 #define LV_USE_BTN 1
DKconfig750 config LV_USE_BTN config
/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/src/extra/themes/basic/
Dlv_theme_basic.c211 #if LV_USE_BTN in theme_apply()
/lvgl-latest/src/extra/themes/mono/
Dlv_theme_mono.c241 #if LV_USE_BTN in theme_apply()
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c749 #if LV_USE_BTN in theme_apply()