Searched refs:LV_SYMBOL_BACKSPACE (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.4.0/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 16 if(strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) lv_textarea_del_char(ta); in btnm_event_handler() 33 LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE, ""}; in lv_example_textarea_1()
|
/lvgl-3.4.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 49 …t_kb_map_lc[] = {"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", LV_SYMBOL_BACKSPACE, "\n", 62 …t_kb_map_uc[] = {"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n", 75 …fault_kb_map_spec[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", LV_SYMBOL_BACKSPACE, "\n", 90 "7", "8", "9", LV_SYMBOL_BACKSPACE, "\n", 340 else if(strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_keyboard_def_event_cb()
|
/lvgl-3.4.0/src/font/ |
D | lv_symbol_def.h | 263 #if !defined LV_SYMBOL_BACKSPACE 264 #define LV_SYMBOL_BACKSPACE "\xEF\x95\x9A" /*62810, 0xF55A*/ macro
|
/lvgl-3.4.0/docs/widgets/extra/ |
D | keyboard.md | 49 - `LV_SYMBOL_BACKSPACE` Delete on the left.
|