Home
last modified time | relevance | path

Searched refs:lv_span_set_text_static (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c45 lv_span_set_text_static(span, "good good study, day day up."); in lv_example_span_1()
52 lv_span_set_text_static(span, "LVGL is an open-source graphics library."); in lv_example_span_1()
56 lv_span_set_text_static(span, "the boy no name."); in lv_example_span_1()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c97 lv_span_set_text_static(span, test_text); in test_span_set_text_static()
107 lv_span_set_text_static(span, test_text); in test_span_set_text_static_with_bad_parameter_no_action_performed()
108 lv_span_set_text_static(span, NULL); in test_span_set_text_static_with_bad_parameter_no_action_performed()
118 lv_span_set_text_static(span, old_test_text); in test_span_set_text_static_with_previous_text_overwrites()
119 lv_span_set_text_static(span, new_test_text); in test_span_set_text_static_with_previous_text_overwrites()
403 lv_span_set_text_static(spans[1], "good good study, day day up."); in test_spangroup_get_span_coords()
408 lv_span_set_text_static(spans[2], "LVGL is an open-source graphics library."); in test_spangroup_get_span_coords()
412 lv_span_set_text_static(spans[3], "the boy no name."); in test_spangroup_get_span_coords()
495 lv_span_set_text_static(span, "China is a beautiful country."); in test_spangroup_set_right_align_on_overflow()
/lvgl-latest/src/widgets/span/
Dlv_span.h98 void lv_span_set_text_static(lv_span_t * span, const char * text);
Dlv_span.c194 void lv_span_set_text_static(lv_span_t * span, const char * text) in lv_span_set_text_static() function
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c289 lv_span_set_text_static(total_spent_label, "Total spent"); in create_widget1()
317 lv_span_set_text_static(gas_equivalent_amount, "$340 - "); in create_widget1()
319 lv_span_set_text_static(gas_equivalent_label, "Gas Equivalent"); in create_widget1()