Home
last modified time | relevance | path

Searched refs:LV_SYMBOL_MINUS (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/font/
Dlv_symbol_def.h139 #if !defined LV_SYMBOL_MINUS
140 #define LV_SYMBOL_MINUS "\xEF\x81\xA8" /*61544, 0xF068*/ macro
/lvgl-latest/examples/widgets/spinbox/
Dlv_example_spinbox_1.c42 lv_obj_set_style_bg_image_src(btn, LV_SYMBOL_MINUS, 0); in lv_example_spinbox_1()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_2.c20 lv_obj_t * minimize_button = lv_msgbox_add_header_button(setting, LV_SYMBOL_MINUS); in lv_example_msgbox_2()