Home
last modified time | relevance | path

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

/lvgl-3.4.0/examples/widgets/textarea/
Dlv_example_textarea_1.c16 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/
Dlv_keyboard.c49 …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/
Dlv_symbol_def.h263 #if !defined LV_SYMBOL_BACKSPACE
264 #define LV_SYMBOL_BACKSPACE "\xEF\x95\x9A" /*62810, 0xF55A*/ macro
/lvgl-3.4.0/docs/widgets/extra/
Dkeyboard.md49 - `LV_SYMBOL_BACKSPACE` Delete on the left.