Home
last modified time | relevance | path

Searched refs:keypad (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dst25dv_mb1283_disco.overlay17 keypad {
18 compatible = "zephyr,lvgl-keypad-input";
Dwio_terminal.overlay18 compatible = "zephyr,lvgl-keypad-input";
Dnative_sim.overlay72 compatible = "zephyr,lvgl-keypad-input";
/Zephyr-latest/modules/lvgl/
DKconfig.input47 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/
Dlvgl_keypad_input.c60 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/
DKconfig42 bool "LVGL keypad and encoder demo"
45 Build keypad and encoder demo application.
DREADME.rst23 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/
DREADME.rst29 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/
Dindex.rst84 :dtcompatible:`zephyr,lvgl-keypad-input`
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1010 _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/
Drelease-notes-3.6.rst1294 * Added the :dtcompatible:`zephyr,lvgl-keypad-input` compatible for keypad input.