Lines Matching +full:input +full:- +full:event +full:- +full:codes
2 # SPDX-License-Identifier: Apache-2.0
5 LVGL keypad indev pseudo-device
7 Listens for input events and routes the
10 The property input-codes can be used to setup a mapping of input codes
17 #include <zephyr/dt-bindings/lvgl/lvgl.h>
20 compatible = "zephyr,lvgl-keypad-input";
21 input = <&buttons>;
22 input-codes = <INPUT_KEY_1 INPUT_KEY_2>;
23 lvgl-codes = <LV_KEY_NEXT LV_KEY_PREV>;
26 compatible: "zephyr,lvgl-keypad-input"
28 include: zephyr,lvgl-common-input.yaml
31 input-codes:
35 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
37 lvgl-codes: