/lvgl-latest/examples/event/ |
D | lv_example_event_button.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_button() 41 lv_label_set_text(info_label, "The last button event:\nNone"); in lv_example_event_button()
|
D | lv_example_event_streak.c | 19 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/ |
D | lv_example_menu_3.c | 14 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()
|
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 | 33 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/ |
D | lv_example_tabview_2.c | 32 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()
|
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-latest/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() 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/ |
D | lv_example_grid_2.c | 27 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/ |
D | test_libjpeg_turbo.c | 30 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()
|
D | test_tiny_ttf.c | 36 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/ |
D | lv_example_style_18.c | 50 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()
|
D | lv_example_style_15.c | 18 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/ |
D | lv_example_observer_2.c | 75 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/ |
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, in lv_example_label_3() 24 lv_label_set_text(cz_label, 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-latest/tests/src/test_cases/widgets/ |
D | test_tabview.c | 115 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/ |
D | lv_example_font_manager_1.c | 37 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/ |
D | lv_example_freetype_1.c | 36 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()
|
D | lv_example_freetype_2.c | 46 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/ |
D | lv_example_bar_5.c | 17 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/ |
D | lv_example_slider_1.c | 20 lv_label_set_text(slider_label, "0%"); in lv_example_slider_1() 30 lv_label_set_text(slider_label, buf); in slider_event_cb()
|
D | lv_example_slider_4.c | 20 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/ |
D | lv_list.c | 81 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()
|