static void refr_img(lv_obj_t * imgbtn); Expand Down Expand Up @@ -147,8 +147,9 @@ const void * lv_imgbtn_get_src_right(lv_obj_t * obj, lv_imgbtn_state_t state) * STATIC FUNCTIONS ***/ static void lv_imgbtn_constructor(lv_obj_t * obj) static void lv_imgbtn_constructor...
play_obj = lv_imgbtn_create(cont); lv_imgbtn_set_src(play_obj, LV_IMGBTN_STATE_RELEASED, NULL, &img_lv_demo_music_btn_play, NULL); lv_imgbtn_set_src(play_obj, LV_IMGBTN_STATE_CHECKED_RELEASED, NULL, &img_lv_demo_music_btn_pause, NULL); lv_obj_add_flag(play_obj, LV_OBJ_FLAG...
#define LV_USE_IMGBTN 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ #define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very long texts*...
<ClCompile Include="lvgl\examples\widgets\imgbtn\lv_example_imgbtn_1.c" /> <ClCompile Include="lvgl\examples\widgets\img\lv_example_img_1.c" /> <ClCompile Include="lvgl\examples\widgets\img\lv_example_img_2.c" /> <ClCompile Include="lvgl\examples\widgets\img\lv_example_img_3.c...
<Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h" /> <Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h" /> <Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.h" /> <Unit filename=...
<Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h" /> <Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h" /> <Unit filename="lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.h" /> <Unit filename=...
env_support cmake cmsis-pack LVGL.lvgl.1.0.3.pack LVGL.lvgl.pdsc LVGL.pidx README.md gen_pack.sh lv_cmsis_pack.txt lv_conf_cmsis.h rt-thread zephyr examples scripts src tests .codecov.yml .editorconfig .gitignore .pre-commit-config.yaml ...
#define USE_LV_IMGBTN 1 #if USE_LV_IMGBTN # define LV_IMGBTN_TILED 0 /*1: The imgbtn requires left, mid and right parts and the width can be set freely*/ #endif /*Button matrix (dependencies: -)*/ #define USE_LV_BTNM 1 @@ -287,19 +353,19 @@ /*List (dependencies: lv_page...
#define LV_USE_IMGBTN 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ #define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very long texts*...
#define LV_USE_IMGBTN 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ #define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very long texts*...