Searched refs:keyboard (Results 1 – 21 of 21) sorted by relevance
/lvgl-3.4.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 161 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.4.0/zephyr/ |
D | Kconfig.input | 11 Enable keyboard scan pointer input 19 Maximum number of items in the keyboard scan message queue. 22 bool "Swap keyboard scan X,Y axes" 24 Swap keyboard scan X,Y axes. This option can be used to align keyboard 28 bool "Invert keyboard scan X axis" 30 Invert keyboard scan X axis. This option can be used to align keyboard 34 bool "Invert keyboard scan Y axis" 36 Invert keyboard scan Y axis. This option can be used to align keyboard
|
D | CMakeLists.txt | 188 ../src/extra/widgets/keyboard/lv_keyboard.c
|
/lvgl-3.4.0/docs/widgets/extra/ |
D | keyboard.md | 3 :github_url: |github_link_base|/widgets/extra/keyboard.md 11 …matrix) with predefined keymaps and other features to realize a virtual keyboard to write texts in… 39 … account for this, reserve extra free space on top of the keyboard or ensure that the keyboard is … 44 You can specify a new map (layout) for the keyboard with `lv_keyboard_set_map(kb, map)` and `lv_key… 62 The keyboard has a **default event handler** callback called `lv_keyboard_def_event_cb`, which hand… 66 …In 8.0 and newer, adding an event handler to the keyboard does not remove the default event handle… 85 .. include:: ../../../examples/widgets/keyboard/index.rst
|
D | index.md | 17 keyboard
|
/lvgl-3.4.0/examples/widgets/textarea/ |
D | lv_example_textarea_3.py | 45 kb = lv.keyboard(lv.scr_act()) 47 kb.set_mode(lv.keyboard.MODE.NUMBER)
|
D | lv_example_textarea_2.py | 45 kb = lv.keyboard(lv.scr_act())
|
/lvgl-3.4.0/examples/widgets/keyboard/ |
D | index.rst | 5 .. lv_example:: widgets/keyboard/lv_example_keyboard_1
|
D | lv_example_keyboard_1.py | 13 kb = lv.keyboard(lv.scr_act())
|
/lvgl-3.4.0/ |
D | component.mk | 23 src/extra/widgets/keyboard \
|
D | README.md | 36 …](https://docs.lvgl.io/master/overview/indev.html): touchscreen, mouse, keyboard, encoder, buttons…
|
D | Kconfig | 1003 bool "Demonstrate the usage of encoder and keyboard"
|
/lvgl-3.4.0/demos/keypad_encoder/ |
D | README.md | 7 …chpad-less usage of LVGL [here](https://docs.lvgl.io/master/porting/indev.html#keypad-or-keyboard).
|
/lvgl-3.4.0/docs/porting/ |
D | indev.md | 24 - `LV_INDEV_TYPE_KEYPAD` keyboard or keypad 55 ### Keypad or keyboard 59 To use a keyboard/keypad:
|
/lvgl-3.4.0/docs/others/ |
D | gridnav.md | 22 …roup use `LV_KEY_NEXT/PREV` or `lv_group_focus_next/prev()` or the `TAB` key on keyboard as usual.
|
/lvgl-3.4.0/docs/overview/ |
D | indev.md | 9 - Keypads like a normal keyboard or simple numeric keypad 77 …area](/widgets/core/textarea) is focused and you press some letter on a keyboard, the keys will be…
|
/lvgl-3.4.0/demos/ |
D | README.md | 20 /*Demonstrate the usage of encoder and keyboard*/
|
/lvgl-3.4.0/docs/ |
D | CHANGELOG.md | 133 - fix(keyboard): add missing functions [`2835`](https://github.com/littlevgl/lvgl/pull/2835) 306 - feat(keyboard): add user-defined modes [`2651`](https://github.com/lvgl/lvgl/pull/2651) 308 - feat(btnmatrix/keyboard): add option to show popovers on button press [`2537`](https://github.com… 564 - fix(keyboard) use LVGL heap functions instead of POSIX [`b20a706`](https://github.com/lvgl/lvgl/c… 635 - fix(theme) improve button focus of keyboard [`2504b7e`](https://github.com/lvgl/lvgl/commit/2504b… 715 - docs(keyboard) add note regarding event handler [`255f729`](https://github.com/lvgl/lvgl/commit/2… 718 - docs(keyboard) change `LV_KEYBOARD_MODE_NUM` to `LV_KEYBOARD_MODE_NUMBER` [`6e83d37`](https://git… 882 - fix(theme) improve button focus of keyboard 943 - fix(theme) show disabled state on buttons of btnmatrix, msgbox and keyboard <a href="https://gith… 1306 - Improve mono theme when used with keyboard or encoder [all …]
|
/lvgl-3.4.0/docs/intro/ |
D | index.md | 14 - Various input devices such as touchpad, mouse, keyboard, encoder, etc.
|
/lvgl-3.4.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\…
|
/lvgl-3.4.0/scripts/ |
D | Doxyfile | 1544 # search using the keyboard; to jump to the search box use <access key> + S
|