Home
last modified time | relevance | path

Searched refs:LV_USE_IMG (Results 1 – 22 of 22) sorted by relevance

/lvgl-3.5.0/examples/libs/png/
Dlv_example_png_1.c2 #if LV_USE_PNG && LV_USE_IMG && LV_BUILD_EXAMPLES
/lvgl-3.5.0/examples/widgets/img/
Dlv_example_img_1.c2 #if LV_USE_IMG && LV_BUILD_EXAMPLES
Dlv_example_img_3.c2 #if LV_USE_IMG && LV_BUILD_EXAMPLES
Dlv_example_img_4.c2 #if LV_USE_IMG && LV_BUILD_EXAMPLES
Dlv_example_img_2.c2 #if LV_USE_IMG && LV_USE_SLIDER && LV_BUILD_EXAMPLES
/lvgl-3.5.0/examples/styles/
Dlv_example_style_12.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_1.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_6.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_13.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_10.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_14.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
Dlv_example_style_11.c2 #if LV_BUILD_EXAMPLES && LV_USE_IMG
/lvgl-3.5.0/src/extra/widgets/animimg/
Dlv_animimg.h21 #if LV_USE_IMG == 0
Dlv_animimg.c13 #if LV_USE_IMG == 0
/lvgl-3.5.0/src/widgets/
Dlv_img.h18 #if LV_USE_IMG != 0
Dlv_img.c10 #if LV_USE_IMG != 0
/lvgl-3.5.0/src/extra/widgets/list/
Dlv_list.c84 #if LV_USE_IMG == 1 in lv_list_add_btn()
/lvgl-3.5.0/src/
Dlv_conf_internal.h1434 #ifndef LV_USE_IMG
1437 #define LV_USE_IMG CONFIG_LV_USE_IMG macro
1439 #define LV_USE_IMG 0 macro
1442 #define LV_USE_IMG 1 /*Requires: lv_label*/ macro
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h473 #define LV_USE_IMG 1 /*Requires: lv_label*/ macro
/lvgl-3.5.0/
Dlv_conf_template.h480 #define LV_USE_IMG 1 /*Requires: lv_label*/
DKconfig747 select LV_USE_IMG
756 config LV_USE_IMG config
/lvgl-3.5.0/docs/
DCHANGELOG.md587 - fix(list) guard image creation with LV_USE_IMG [`2881`](https://github.com/littlevgl/lvgl/pull/28…