Home
last modified time | relevance | path

Searched full:keypad (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-keypad-input.yaml5 LVGL keypad indev pseudo-device
8 lv_indev_data_t to the underlying keypad lv_indev_t managed by LVGL.
19 keypad {
20 compatible = "zephyr,lvgl-keypad-input";
26 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.
Dlvgl_shell.c31 return "keypad"; in lvgl_monkey_indev_as_string()
45 } else if (strcmp(str, "keypad") == 0) { in lvgl_monkey_indev_from_string()
188 "Usage: lvgl monkey create [pointer|keypad|button|encoder]",
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h110 #define INPUT_KEY_KP0 82 /**< Keypad 0 Key */
111 #define INPUT_KEY_KP1 79 /**< Keypad 1 Key */
112 #define INPUT_KEY_KP2 80 /**< Keypad 2 Key */
113 #define INPUT_KEY_KP3 81 /**< Keypad 3 Key */
114 #define INPUT_KEY_KP4 75 /**< Keypad 4 Key */
115 #define INPUT_KEY_KP5 76 /**< Keypad 5 Key */
116 #define INPUT_KEY_KP6 77 /**< Keypad 6 Key */
117 #define INPUT_KEY_KP7 71 /**< Keypad 7 Key */
118 #define INPUT_KEY_KP8 72 /**< Keypad 8 Key */
119 #define INPUT_KEY_KP9 73 /**< Keypad 9 Key */
[all …]
/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_posix.overlay72 compatible = "zephyr,lvgl-keypad-input";
/Zephyr-latest/dts/bindings/gpio/
Dzephyr,gpio-emul-sdl.yaml14 section Keyboard/Keypad (p53) for a list of scancode values.
35 keypad: keypad {
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst28 * Keypad
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/modules/lvgl/input/
Dlvgl_keypad_input.c45 LOG_WRN("Could not put input data into keypad queue"); in lvgl_keypad_process_event()
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/
DKconfig42 bool "LVGL keypad and encoder demo"
45 Build keypad and encoder demo application.
DREADME.rst22 * Keypad and Encoder
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/dts/bindings/mfd/
Dadi,adp5585.yaml4 description: Analog ADP5585 GPIO/keypad/PWM chip
/Zephyr-latest/samples/subsys/mgmt/osdp/
DREADME.rst26 - Keypad
/Zephyr-latest/subsys/shell/
Dshell_vt100.h69 /* Set alternate keypad mode */
71 /* Set numeric keypad mode */
218 /* Numeric Keypad Keys */
/Zephyr-latest/doc/services/input/
Dindex.rst107 :dtcompatible:`zephyr,lvgl-keypad-input`
/Zephyr-latest/include/zephyr/mgmt/
Dosdp.h319 * @brief OSDP Event Keypad
343 OSDP_EVENT_KEYPRESS, /**< Keypad press event */
/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/include/zephyr/usb/class/
Dhid.h157 /** HID Generic Desktop Keypad Usage ID */
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1294 * Added the :dtcompatible:`zephyr,lvgl-keypad-input` compatible for keypad input.