Home
last modified time | relevance | path

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

1234567

/lvgl-latest/examples/event/
Dlv_example_event_button.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_button()
41 lv_label_set_text(info_label, "The last button event:\nNone"); in lv_example_event_button()
Dlv_example_event_streak.c19 lv_label_set_text(label, text); in streak_event_cb()
25 lv_label_set_text(info_label, "No events yet"); in lv_example_event_streak()
36 lv_label_set_text(label, "Click me!"); in lv_example_event_streak()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_3.c14 lv_label_set_text(back_button_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.c33 lv_label_set_text(label, "Hello, I am hiding here"); in lv_example_menu_2()
40 lv_label_set_text(label, "Item 1"); in lv_example_menu_2()
44 lv_label_set_text(label, "Item 2"); in lv_example_menu_2()
48 lv_label_set_text(label, "Item 3 (Click me!)"); in lv_example_menu_2()
/lvgl-latest/examples/widgets/tabview/
Dlv_example_tabview_2.c32 lv_label_set_text(label, "First tab"); in lv_example_tabview_2()
35 lv_label_set_text(label, "Second tab"); in lv_example_tabview_2()
38 lv_label_set_text(label, "Third tab"); in lv_example_tabview_2()
41 lv_label_set_text(label, "Fourth tab"); in lv_example_tabview_2()
44 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-latest/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()
56 lv_label_set_text(label, in lv_example_gridnav_3()
82 lv_label_set_text(label, "Use ENTER/ESC to focus/defocus this container"); in lv_example_gridnav_3()
88 lv_label_set_text(label, "Button 3"); in lv_example_gridnav_3()
93 lv_label_set_text(label, "Button 4"); in lv_example_gridnav_3()
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_2.c27 lv_label_set_text(label, "c0, r0"); in lv_example_grid_2()
35 lv_label_set_text(label, "c1, r0"); in lv_example_grid_2()
43 lv_label_set_text(label, "c2, r0"); in lv_example_grid_2()
51 lv_label_set_text(label, "c1-2, r1"); in lv_example_grid_2()
59 lv_label_set_text(label, "c0\nr1-2"); in lv_example_grid_2()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_libjpeg_turbo.c30 lv_label_set_text(label, "jpeg with exif orientation 0"); in create_images()
38 lv_label_set_text(label, "jpeg with exif orientation 180"); in create_images()
46 lv_label_set_text(label, "jpeg with exif orientation 90"); in create_images()
54 lv_label_set_text(label, "jpeg with exif orientation 270"); in create_images()
Dtest_tiny_ttf.c36 lv_label_set_text(label, "Hello world\n" in test_tiny_ttf_rendering_test()
68 lv_label_set_text(label_normal, "ıTuTuTı"); in test_tiny_ttf_kerning()
72 lv_label_set_text(label_none, "ıTuTuTı"); in test_tiny_ttf_kerning()
/lvgl-latest/examples/styles/
Dlv_example_style_18.c50 lv_label_set_text(label, "Horizontal"); in lv_example_style_18()
62 lv_label_set_text(label, "Vertical"); in lv_example_style_18()
72 lv_label_set_text(label, "Linear"); in lv_example_style_18()
82 lv_label_set_text(label, "Radial"); in lv_example_style_18()
92 lv_label_set_text(label, "LV_USE_DRAW_SW_COMPLEX_GRADIENTS is not enabled"); in lv_example_style_18()
Dlv_example_style_15.c18 lv_label_set_text(label, "Normal"); in lv_example_style_15()
29 lv_label_set_text(label, "Opa:50%"); in lv_example_style_15()
44 lv_label_set_text(label, "Transf."); in lv_example_style_15()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_2.c75 lv_label_set_text(label, "Login successful"); in info_label_observer_cb()
78 lv_label_set_text(label, "Logged out"); in info_label_observer_cb()
81 lv_label_set_text(label, "Login failed"); in info_label_observer_cb()
119 lv_label_set_text(label, "LOG OUT"); in ui_init()
133 lv_label_set_text(label, "START ENGINE"); in ui_init()
/lvgl-latest/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()
16 lv_label_set_text(rtl_label, in lv_example_label_3()
24 lv_label_set_text(cz_label, 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-latest/tests/src/test_cases/widgets/
Dtest_tabview.c115 lv_label_set_text(label, content); in test_tabview_add_one_tab_no_scroll()
129 lv_label_set_text(label, "Content of the first tab\n" in test_tabview_add_one_tab_with_scroll()
159 lv_label_set_text(label1, "Content of the first tab\n"); in test_tabview_add_several_tabs_no_scroll()
200 lv_label_set_text(label1, "Content of the first tab\n"); in test_tabview_add_several_tabs_hor()
276 lv_label_set_text(label1, "Label1"); in test_tabview_update_on_external_scroll()
280 lv_label_set_text(label1, "Label2"); in test_tabview_update_on_external_scroll()
/lvgl-latest/examples/others/font_manager/
Dlv_example_font_manager_1.c37 lv_label_set_text(label, "Hello Font Manager!"); in lv_example_font_manager_1()
46 lv_label_set_text(label, "FreeType or font_manager is not enabled"); in lv_example_font_manager_1()
/lvgl-latest/examples/libs/freetype/
Dlv_example_freetype_1.c36 lv_label_set_text(label, "Hello world\nI'm a font created with FreeType"); in lv_example_freetype_1()
47 lv_label_set_text(label, "FreeType is not installed"); in lv_example_freetype_1()
Dlv_example_freetype_2.c46 lv_label_set_text(label, "Hello world\nI'm a font created with FreeType ��"); in lv_example_freetype_2()
57 lv_label_set_text(label, "FreeType is not installed"); in lv_example_freetype_2()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_5.c17 lv_label_set_text(label, "Left to Right base direction"); in lv_example_bar_5()
27 lv_label_set_text(label, "Right to Left base direction"); in lv_example_bar_5()
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_1.c20 lv_label_set_text(slider_label, "0%"); in lv_example_slider_1()
30 lv_label_set_text(slider_label, buf); in slider_event_cb()
Dlv_example_slider_4.c20 lv_label_set_text(slider_label, "0%"); in lv_example_slider_4()
30 lv_label_set_text(slider_label, buf); in slider_event_cb()
/lvgl-latest/src/widgets/list/
Dlv_list.c81 lv_label_set_text(obj, txt); in lv_list_add_text()
101 lv_label_set_text(label, txt); in lv_list_add_button()
131 lv_label_set_text(child, txt); in lv_list_set_button_text()

1234567