Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/widgets/
Dlv_btn.h18 #if LV_USE_BTN != 0
Dlv_btn.c11 #if LV_USE_BTN != 0
/lvgl-3.5.0/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-3.5.0/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-3.5.0/examples/styles/
Dlv_example_style_15.c2 #if LV_BUILD_EXAMPLES && LV_USE_BTN && LV_USE_LABEL
/lvgl-3.5.0/demos/stress/
DREADME.md12 - In `lv_conf.h` enable all the widgets (`LV_USE_BTN 1`) and the animations (`LV_USE_ANIMATION 1`)
/lvgl-3.5.0/src/
Dlv_conf_internal.h1374 #ifndef LV_USE_BTN
1377 #define LV_USE_BTN CONFIG_LV_USE_BTN macro
1379 #define LV_USE_BTN 0 macro
1382 #define LV_USE_BTN 1 macro
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h463 #define LV_USE_BTN 1 macro
/lvgl-3.5.0/
Dlv_conf_template.h470 #define LV_USE_BTN 1
DKconfig739 config LV_USE_BTN config
/lvgl-3.5.0/examples/anim/
Dlv_example_anim_3.c2 #if LV_BUILD_EXAMPLES && LV_USE_SLIDER && LV_USE_CHART && LV_USE_BTN && LV_USE_GRID
/lvgl-3.5.0/src/extra/themes/basic/
Dlv_theme_basic.c215 #if LV_USE_BTN in theme_apply()
/lvgl-3.5.0/src/extra/themes/mono/
Dlv_theme_mono.c244 #if LV_USE_BTN in theme_apply()
/lvgl-3.5.0/src/extra/themes/default/
Dlv_theme_default.c754 #if LV_USE_BTN in theme_apply()