Searched refs:lv_span_set_text (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_span.c | 64 lv_span_set_text(span, test_text); in test_span_set_text() 74 lv_span_set_text(span, test_text); in test_span_set_text_with_bad_parameter_no_action_performed() 75 lv_span_set_text(span, NULL); in test_span_set_text_with_bad_parameter_no_action_performed() 86 lv_span_set_text(span, old_test_text); in test_span_set_text_with_previous_test_overwrites() 87 lv_span_set_text(span, new_test_text); in test_span_set_text_with_previous_test_overwrites() 222 lv_span_set_text(span_1, "This text is over 100 pixels width"); in test_spangroup_draw() 227 lv_span_set_text(span_2, "This text is also over 100 pixels width"); in test_spangroup_draw() 274 lv_span_set_text(span, "This text is over 100 pixels width"); in test_spangroup_get_expand_width() 289 lv_span_set_text(lv_spangroup_new_span(spangroup), "Lorem\n"); in test_spangroup_newlines() 290 lv_span_set_text(lv_spangroup_new_span(spangroup), "ipsum"); in test_spangroup_newlines() [all …]
|
/lvgl-latest/examples/widgets/span/ |
D | lv_example_span_1.c | 39 lv_span_set_text(span, "China is a beautiful country."); in lv_example_span_1() 64 lv_span_set_text(span, "I have a dream that hope to come true."); in lv_example_span_1()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 305 lv_span_set_text(lv_spangroup_get_child(spangroup, 0), buf); in time_observer_cb() 308 lv_span_set_text(lv_spangroup_get_child(spangroup, 1), buf); in time_observer_cb() 320 lv_span_set_text(lv_spangroup_get_child(spangroup, 0), buf); in date_observer_cb() 323 lv_span_set_text(lv_spangroup_get_child(spangroup, 1), buf); in date_observer_cb()
|
D | lv_demo_high_res_app_ev_charging.c | 185 lv_span_set_text(anim_state->spent_span_small, buf); in anim_state_apply()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.h | 90 void lv_span_set_text(lv_span_t * span, const char * text);
|
D | lv_span.c | 169 void lv_span_set_text(lv_span_t * span, const char * text) in lv_span_set_text() function
|
/lvgl-latest/docs/details/widgets/ |
D | spangroup.rst | 52 - :cpp:expr:`lv_span_set_text(span, "text")`
|