Searched refs:LV_SYMBOL_DOWN (Results 1 – 5 of 5) sorted by relevance
159 #if !defined LV_SYMBOL_DOWN160 #define LV_SYMBOL_DOWN "\xEF\x81\xB8" /*61560, 0xF078*/ macro
170 btn = lv_list_add_btn(list2, LV_SYMBOL_DOWN, "Down"); in lv_example_list_2()
191 lv_win_add_btn(obj, LV_SYMBOL_DOWN, 40); in obj_test_task_cb()
352 TEST_ASSERT_EQUAL_STRING(LV_SYMBOL_DOWN, lv_dropdown_get_symbol(dd3)); in test_dropdown_render_1()
567 dropdown->symbol = LV_SYMBOL_DOWN; in lv_dropdown_constructor()