Home
last modified time | relevance | path

Searched refs:small_text (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c118 const char * small_text = "Hi"; in test_table_should_wrap_long_texts() local
122 lv_table_set_cell_value(table, 0, 0, small_text); in test_table_should_wrap_long_texts()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c143 …o_box_create(lv_obj_t * parent, const void * icon, const char * big_text, const char * small_text) in info_box_create() argument
165 lv_label_set_text(label, small_text); in info_box_create()