Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_2.c7 …static const char * kb_map[] = {"A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSP… in lv_example_keyboard_2() local
23 lv_keyboard_set_map(kb, LV_KEYBOARD_MODE_USER_1, kb_map, kb_ctrl); in lv_example_keyboard_2()
/lvgl-latest/src/widgets/keyboard/
Dlv_keyboard.c179 static const char * const * kb_map[10] = { variable
276 kb_map[mode] = map; in lv_keyboard_set_map()
323 lv_buttonmatrix_set_map(obj, kb_map[LV_KEYBOARD_MODE_TEXT_LOWER]); in lv_keyboard_def_event_cb()
330 lv_buttonmatrix_set_map(obj, kb_map[LV_KEYBOARD_MODE_TEXT_ARABIC]); in lv_keyboard_def_event_cb()
337 lv_buttonmatrix_set_map(obj, kb_map[LV_KEYBOARD_MODE_TEXT_UPPER]); in lv_keyboard_def_event_cb()
343 lv_buttonmatrix_set_map(obj, kb_map[LV_KEYBOARD_MODE_SPECIAL]); in lv_keyboard_def_event_cb()
456 lv_buttonmatrix_set_map(obj, kb_map[keyboard->mode]); in lv_keyboard_update_map()
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst80 :cpp:expr:`lv_keyboard_set_map(kb, LV_KEYBOARD_MODE_..., kb_map, kb_ctrl)`. See