Searched full:keypad (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,lvgl-keypad-input.yaml | 5 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/ |
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.
|
D | lvgl_shell.c | 31 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/ |
D | input-event-codes.h | 110 #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/ |
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_posix.overlay | 72 compatible = "zephyr,lvgl-keypad-input";
|
/Zephyr-latest/dts/bindings/gpio/ |
D | zephyr,gpio-emul-sdl.yaml | 14 section Keyboard/Keypad (p53) for a list of scancode values. 35 keypad: keypad {
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 28 * 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/ |
D | lvgl_keypad_input.c | 45 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/ |
D | Kconfig | 42 bool "LVGL keypad and encoder demo" 45 Build keypad and encoder demo application.
|
D | README.rst | 22 * 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/ |
D | adi,adp5585.yaml | 4 description: Analog ADP5585 GPIO/keypad/PWM chip
|
/Zephyr-latest/samples/subsys/mgmt/osdp/ |
D | README.rst | 26 - Keypad
|
/Zephyr-latest/subsys/shell/ |
D | shell_vt100.h | 69 /* Set alternate keypad mode */ 71 /* Set numeric keypad mode */ 218 /* Numeric Keypad Keys */
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 107 :dtcompatible:`zephyr,lvgl-keypad-input`
|
/Zephyr-latest/include/zephyr/mgmt/ |
D | osdp.h | 319 * @brief OSDP Event Keypad 343 OSDP_EVENT_KEYPRESS, /**< Keypad press event */
|
/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/include/zephyr/usb/class/ |
D | hid.h | 157 /** HID Generic Desktop Keypad Usage ID */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 1294 * Added the :dtcompatible:`zephyr,lvgl-keypad-input` compatible for keypad input.
|