/lvgl-3.4.0/examples/event/ |
D | lv_example_event_2.c | 11 lv_label_set_text(label, "The last button event:\nLV_EVENT_PRESSED"); in event_cb() 14 lv_label_set_text(label, "The last button event:\nLV_EVENT_CLICKED"); in event_cb() 17 lv_label_set_text(label, "The last button event:\nLV_EVENT_LONG_PRESSED"); in event_cb() 20 lv_label_set_text(label, "The last button event:\nLV_EVENT_LONG_PRESSED_REPEAT"); in event_cb() 37 lv_label_set_text(btn_label, "Click me!"); in lv_example_event_2() 41 lv_label_set_text(info_label, "The last button event:\nNone"); in lv_example_event_2()
|
/lvgl-3.4.0/examples/widgets/menu/ |
D | lv_example_menu_3.c | 14 lv_label_set_text(back_btn_label, "Back"); in lv_example_menu_3() 24 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_3() 30 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_3() 36 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_3() 43 lv_label_set_text(label, "Item 1 (Click me!)"); in lv_example_menu_3() 48 lv_label_set_text(label, "Item 2 (Click me!)"); in lv_example_menu_3() 53 lv_label_set_text(label, "Item 3 (Click me!)"); in lv_example_menu_3()
|
D | lv_example_menu_1.c | 19 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_1() 26 lv_label_set_text(label, "Item 1"); in lv_example_menu_1() 30 lv_label_set_text(label, "Item 2"); in lv_example_menu_1() 34 lv_label_set_text(label, "Item 3 (Click me!)"); in lv_example_menu_1()
|
D | lv_example_menu_2.c | 31 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_2() 38 lv_label_set_text(label, "Item 1"); in lv_example_menu_2() 42 lv_label_set_text(label, "Item 2"); in lv_example_menu_2() 46 lv_label_set_text(label, "Item 3 (Click me!)"); in lv_example_menu_2()
|
D | lv_example_menu_4.c | 46 lv_label_set_text(label, "Hello, I am hiding inside the first item"); in lv_example_menu_4() 53 lv_label_set_text(label, "Item 1"); in lv_example_menu_4()
|
/lvgl-3.4.0/examples/others/gridnav/ |
D | lv_example_gridnav_3.c | 42 lv_label_set_text(label, "Button 1"); in lv_example_gridnav_3() 47 lv_label_set_text(label, "Button 2"); in lv_example_gridnav_3() 57 lv_label_set_text(label, in lv_example_gridnav_3() 83 lv_label_set_text(label, "Use ENTER/ESC to focus/defocus this container"); in lv_example_gridnav_3() 89 lv_label_set_text(label, "Button 3"); in lv_example_gridnav_3() 94 lv_label_set_text(label, "Button 4"); in lv_example_gridnav_3()
|
/lvgl-3.4.0/examples/widgets/tabview/ |
D | lv_example_tabview_2.c | 40 lv_label_set_text(label, "First tab"); in lv_example_tabview_2() 43 lv_label_set_text(label, "Second tab"); in lv_example_tabview_2() 46 lv_label_set_text(label, "Third tab"); in lv_example_tabview_2() 49 lv_label_set_text(label, "Forth tab"); in lv_example_tabview_2() 52 lv_label_set_text(label, "Fifth tab"); in lv_example_tabview_2()
|
D | lv_example_tabview_1.c | 17 lv_label_set_text(label, "This the first tab\n\n" in lv_example_tabview_1() 34 lv_label_set_text(label, "Second tab"); in lv_example_tabview_1() 37 lv_label_set_text(label, "Third tab"); in lv_example_tabview_1()
|
/lvgl-3.4.0/examples/layouts/grid/ |
D | lv_example_grid_2.c | 28 lv_label_set_text(label, "c0, r0"); in lv_example_grid_2() 36 lv_label_set_text(label, "c1, r0"); in lv_example_grid_2() 44 lv_label_set_text(label, "c2, r0"); in lv_example_grid_2() 52 lv_label_set_text(label, "c1-2, r1"); in lv_example_grid_2() 60 lv_label_set_text(label, "c0\nr1-2"); in lv_example_grid_2()
|
/lvgl-3.4.0/examples/widgets/label/ |
D | lv_example_label_3.c | 10 …lv_label_set_text(ltr_label, "In modern terminology, a microcontroller is similar to a system on a… in lv_example_label_3() 16 …lv_label_set_text(rtl_label, "מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Proces… in lv_example_label_3() 23 lv_label_set_text(cz_label, "嵌入式系统(Embedded System),\n是一种嵌入机械或电气系统内部、具有专一功能和实时计算性能的计算机系统。"); in lv_example_label_3()
|
D | lv_example_label_1.c | 12 …lv_label_set_text(label1, "#0000ff Re-color# #ff00ff words# #ff0000 of a# label, align the lines t… in lv_example_label_1() 21 lv_label_set_text(label2, "It is a circularly scrolling text. "); in lv_example_label_1()
|
D | lv_example_label_2.c | 21 lv_label_set_text(main_label, "A simple method to create\n" in lv_example_label_2() 27 lv_label_set_text(shadow_label, lv_label_get_text(main_label)); in lv_example_label_2()
|
/lvgl-3.4.0/examples/scroll/ |
D | lv_example_scroll_1.c | 21 lv_label_set_text(label, "Zero"); in lv_example_scroll_1() 32 lv_label_set_text(label, "Right"); in lv_example_scroll_1() 39 lv_label_set_text(label, "Bottom"); in lv_example_scroll_1()
|
/lvgl-3.4.0/examples/widgets/slider/ |
D | lv_example_slider_1.c | 19 lv_label_set_text(slider_label, "0%"); in lv_example_slider_1() 29 lv_label_set_text(slider_label, buf); in slider_event_cb()
|
/lvgl-3.4.0/examples/libs/freetype/ |
D | lv_example_freetype_1.c | 30 lv_label_set_text(label, "Hello world\nI'm a font created with FreeType"); in lv_example_freetype_1() 41 lv_label_set_text(label, "FreeType is not installed"); in lv_example_freetype_1()
|
/lvgl-3.4.0/examples/widgets/bar/ |
D | lv_example_bar_5.c | 18 lv_label_set_text(label, "Left to Right base direction"); in lv_example_bar_5() 28 lv_label_set_text(label, "Right to Left base direction"); in lv_example_bar_5()
|
/lvgl-3.4.0/examples/widgets/btn/ |
D | lv_example_btn_1.c | 25 lv_label_set_text(label, "Button"); in lv_example_btn_1() 35 lv_label_set_text(label, "Toggle"); in lv_example_btn_1()
|
/lvgl-3.4.0/examples/styles/ |
D | lv_example_style_14.c | 53 lv_label_set_text(label, "Original theme"); in lv_example_style_14() 61 lv_label_set_text(label, "New theme"); in lv_example_style_14()
|
D | lv_example_style_11.c | 36 lv_label_set_text(label, "Base"); in lv_example_style_11() 46 lv_label_set_text(label, "Warning"); in lv_example_style_11()
|
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music.c | 222 lv_label_set_text(dsc, "The average FPS is"); in auto_step_cb() 236 lv_label_set_text(attr, "Copyright 2020 LVGL Kft.\nwww.lvgl.io | lvgl@lvgl.io"); in auto_step_cb() 238 lv_label_set_text(attr, "Copyright 2020 LVGL Kft. | www.lvgl.io | lvgl@lvgl.io"); in auto_step_cb()
|
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 175 lv_label_set_text(label, "LVGL v8"); in lv_demo_widgets() 179 lv_label_set_text(label, "Widgets demo"); in lv_demo_widgets() 208 lv_label_set_text(name, "Elena Smith"); in profile_create() 213 lv_label_set_text(dsc, "This is a short description of me. Take a look at my profile!" ); in profile_create() 218 lv_label_set_text(email_icn, LV_SYMBOL_ENVELOPE); in profile_create() 221 lv_label_set_text(email_label, "elena@smith.com"); in profile_create() 225 lv_label_set_text(call_icn, LV_SYMBOL_CALL); in profile_create() 228 lv_label_set_text(call_label, "+79 246 123 4567"); in profile_create() 234 lv_label_set_text(label, "Log out"); in profile_create() 242 lv_label_set_text(label, "Invite"); in profile_create() [all …]
|
/lvgl-3.4.0/examples/widgets/tileview/ |
D | lv_example_tileview_1.c | 16 lv_label_set_text(label, "Scroll down"); in lv_example_tileview_1() 26 lv_label_set_text(label, "Scroll up or right"); in lv_example_tileview_1()
|
/lvgl-3.4.0/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 21 lv_label_set_text(pwd_label, "Password:"); in lv_example_textarea_2() 35 lv_label_set_text(oneline_label, "Text:"); in lv_example_textarea_2()
|
/lvgl-3.4.0/src/extra/widgets/list/ |
D | lv_list.c | 70 lv_label_set_text(obj, txt); in lv_list_add_text() 93 lv_label_set_text(label, txt); in lv_list_add_btn()
|
/lvgl-3.4.0/examples/anim/ |
D | lv_example_anim_3.c | 116 lv_label_set_text(label, buf); in slider_event_cb() 131 lv_label_set_text(ginfo.p1_label, "p1:0"); in page_obj_init() 132 lv_label_set_text(ginfo.p2_label, "p2:0"); in page_obj_init() 150 lv_label_set_text(btn_label, LV_SYMBOL_PLAY); in page_obj_init()
|