Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 19 of 19) sorted by relevance

/lvgl-3.7.0/src/extra/widgets/keyboard/
Dlv_keyboard.c161 lv_keyboard_t * keyboard = (lv_keyboard_t *)obj; in lv_keyboard_set_textarea() local
164 if(keyboard->ta) { in lv_keyboard_set_textarea()
168 keyboard->ta = ta; in lv_keyboard_set_textarea()
171 if(keyboard->ta) { in lv_keyboard_set_textarea()
184 lv_keyboard_t * keyboard = (lv_keyboard_t *)obj; in lv_keyboard_set_mode() local
185 if(keyboard->mode == mode) return; in lv_keyboard_set_mode()
187 keyboard->mode = mode; in lv_keyboard_set_mode()
198 lv_keyboard_t * keyboard = (lv_keyboard_t *)obj; in lv_keyboard_set_popovers() local
200 if(keyboard->popovers == en) { in lv_keyboard_set_popovers()
204 keyboard->popovers = en; in lv_keyboard_set_popovers()
[all …]
/lvgl-3.7.0/docs/widgets/extra/
Dkeyboard.md7 …matrix) with predefined keymaps and other features to realize a virtual keyboard to write texts in…
35 … account for this, reserve extra free space on top of the keyboard or ensure that the keyboard is …
40 You can specify a new map (layout) for the keyboard with `lv_keyboard_set_map(kb, map)` and `lv_key…
58 The keyboard has a **default event handler** callback called `lv_keyboard_def_event_cb`, which hand…
62 …In 8.0 and newer, adding an event handler to the keyboard does not remove the default event handle…
81 .. include:: ../../../examples/widgets/keyboard/index.rst
Dindex.md13 keyboard
/lvgl-3.7.0/docs/others/
Dime_pinyin.md3 …) for keyboard object, which supports 26 key and 9 key input modes. You can think of `lv_ime_pinyi…
5 Normally, an environment where [lv_keyboard](/widgets/extra/keyboard) can run can also run `lv_ime_…
11 `lv_ime_pinyin`为[键盘](/widgets/extra/keyboard)组件提供汉语拼音输入法(中文输入)的功能(后文简称为拼音输入法),支持26键和9键输入模式。您可以将 `lv…
13 一般情况下,只要是[键盘](/widgets/extra/keyboard)组件能运行的环境 `lv_ime_pinyin` 也能运行。有两个影响因素:字库的大小和词库的大小。
22 …g-in, then use `lv_ime_pinyin_set_keyboard(pinyin_ime, kb)` to add the `keyboard` you created to t…
27 In the process of using the Pinyin input method plug-in, you can change the keyboard and dictionary…
Dgridnav.md18 …group use `LV_KEY_NEXT/PREV` or `lv_group_focus_next/prev()` or the `TAB` key on keyboard as usual.
/lvgl-3.7.0/examples/widgets/textarea/
Dlv_example_textarea_3.py45 kb = lv.keyboard(lv.scr_act())
47 kb.set_mode(lv.keyboard.MODE.NUMBER)
Dlv_example_textarea_2.py45 kb = lv.keyboard(lv.scr_act())
/lvgl-3.7.0/examples/widgets/keyboard/
Dindex.rst5 .. lv_example:: widgets/keyboard/lv_example_keyboard_1
Dlv_example_keyboard_1.py13 kb = lv.keyboard(lv.scr_act())
/lvgl-3.7.0/
Dcomponent.mk23 src/extra/widgets/keyboard \
DREADME.md36 …](https://docs.lvgl.io/master/overview/indev.html): touchscreen, mouse, keyboard, encoder, buttons…
DKconfig1100 bool "Demonstrate the usage of encoder and keyboard"
/lvgl-3.7.0/docs/porting/
Dindev.md21 - `LV_INDEV_TYPE_KEYPAD` keyboard or keypad
52 ### Keypad or keyboard
56 To use a keyboard/keypad:
/lvgl-3.7.0/docs/overview/
Dindev.md5 - Keypads like a normal keyboard or simple numeric keypad
75 …area](/widgets/core/textarea) is focused and you press some letter on a keyboard, the keys will be…
/lvgl-3.7.0/demos/
DREADME.md20 /*Demonstrate the usage of encoder and keyboard*/
/lvgl-3.7.0/docs/
DCHANGELOG.md30 - fix(keyboard): add '&' character [`d20bd1c`](https://github.com/lvgl/lvgl/commit/d20bd1ca397ff954…
176 - fix (spinbox): doubling characters entered from the keyboard [`4190`](https://github.com/lvgl/lv…
260 - feat(keyboard): ported arabic keyboard from release 7.10.0 [`3728`](https://github.com/lvgl/lvgl/…
537 - fix(keyboard): don't show popovers on map change [`ac202e7`](https://github.com/lvgl/lvgl/commit/…
767 - fix(keyboard): add missing functions [`2835`](https://github.com/littlevgl/lvgl/pull/2835)
940 - feat(keyboard): add user-defined modes [`2651`](https://github.com/lvgl/lvgl/pull/2651)
942 - feat(btnmatrix/keyboard): add option to show popovers on button press [`2537`](https://github.com…
1198 - fix(keyboard) use LVGL heap functions instead of POSIX [`b20a706`](https://github.com/lvgl/lvgl/c…
1211 - fix(theme) show disabled state on buttons of btnmatrix, msgbox and keyboard [`0be582b`](https://g…
1269 - fix(theme) improve button focus of keyboard [`2504b7e`](https://github.com/lvgl/lvgl/commit/2504b…
[all …]
/lvgl-3.7.0/docs/intro/
Dindex.md10 - Various input devices such as touchpad, mouse, keyboard, encoder, etc.
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5 …"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\…
/lvgl-3.7.0/scripts/
DDoxyfile1544 # search using the keyboard; to jump to the search box use <access key> + S