Searched refs:keypad (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | st25dv_mb1283_disco.overlay | 17 keypad { 18 compatible = "zephyr,lvgl-keypad-input";
|
D | wio_terminal.overlay | 18 compatible = "zephyr,lvgl-keypad-input";
|
D | native_sim.overlay | 72 compatible = "zephyr,lvgl-keypad-input";
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.input | 47 bool "Input lvgl keypad" 53 int "Input keypad queue message count" 57 Size of the keypad message queue buffering input events.
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_keypad_input.c | 60 LVGL_INPUT_DEFINE(inst, keypad, CONFIG_LV_Z_KEYPAD_INPUT_MSGQ_COUNT, \ 65 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, keypad), \
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | Kconfig | 42 bool "LVGL keypad and encoder demo" 45 Build keypad and encoder demo application.
|
D | README.rst | 23 Shows how to control widget with a keypad and hardware encoder. 39 …ed in these demos, namely keyboards, keypads (:dtcompatible:`zephyr,lvgl-keypad-input`), rotary en…
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 29 The keypad pseudo device (:dtcompatible:`zephyr,lvgl-keypad-input`) can 32 keypad device, a button matrix is displayed at the bottom of the screen
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 84 :dtcompatible:`zephyr,lvgl-keypad-input`
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 1010 _menu_win.keypad(True) 1715 win.keypad(True) 1941 win.keypad(True) 2033 edit_box.keypad(True) 2386 text_win.keypad(True)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 1294 * Added the :dtcompatible:`zephyr,lvgl-keypad-input` compatible for keypad input.
|