Home
last modified time | relevance | path

Searched refs:lv_label_set_text (Results 1 – 25 of 67) sorted by relevance

123

/lvgl-3.4.0/examples/event/
Dlv_example_event_2.c11 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/
Dlv_example_menu_3.c14 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()
Dlv_example_menu_1.c19 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()
Dlv_example_menu_2.c31 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()
Dlv_example_menu_4.c46 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/
Dlv_example_gridnav_3.c42 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/
Dlv_example_tabview_2.c40 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()
Dlv_example_tabview_1.c17 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/
Dlv_example_grid_2.c28 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/
Dlv_example_label_3.c10lv_label_set_text(ltr_label, "In modern terminology, a microcontroller is similar to a system on a… in lv_example_label_3()
16lv_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()
Dlv_example_label_1.c12lv_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()
Dlv_example_label_2.c21 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/
Dlv_example_scroll_1.c21 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/
Dlv_example_slider_1.c19 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/
Dlv_example_freetype_1.c30 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/
Dlv_example_bar_5.c18 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/
Dlv_example_btn_1.c25 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/
Dlv_example_style_14.c53 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()
Dlv_example_style_11.c36 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/
Dlv_demo_music.c222 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/
Dlv_demo_widgets.c175 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/
Dlv_example_tileview_1.c16 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/
Dlv_example_textarea_2.c21 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/
Dlv_list.c70 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/
Dlv_example_anim_3.c116 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()

123