Home
last modified time | relevance | path

Searched refs:LV_SYMBOL_BACKSPACE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_1.c17 if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) lv_textarea_delete_char(ta); in btnm_event_handler()
34 LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE, "" in lv_example_textarea_1()
/lvgl-latest/src/widgets/keyboard/
Dlv_keyboard.c87 …t_kb_map_lc[] = {"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", LV_SYMBOL_BACKSPACE, "\n",
108 …t_kb_map_uc[] = {"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n",
132 "ش", "س", "ي", "ب", "ل", "ا", "ت", "ن", "م", "ك", "ط", LV_SYMBOL_BACKSPACE, "\n",
145 …fault_kb_map_spec[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", LV_SYMBOL_BACKSPACE, "\n",
168 "7", "8", "9", LV_SYMBOL_BACKSPACE, "\n",
384 else if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_keyboard_def_event_cb()
/lvgl-latest/src/font/
Dlv_symbol_def.h267 #if !defined LV_SYMBOL_BACKSPACE
268 #define LV_SYMBOL_BACKSPACE "\xEF\x95\x9A" /*62810, 0xF55A*/ macro
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_2.c7 …nst char * kb_map[] = {"A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n", in lv_example_keyboard_2()
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst89 - :c:macro:`LV_SYMBOL_BACKSPACE` Delete character to the left.
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c66 … ",\0", "123\0", "abc \0", "def\0", LV_SYMBOL_BACKSPACE"\0", "\n\0",
651 else if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_ime_pinyin_kb_event()