Lines Matching +full:lvgl +full:- +full:encoder +full:- +full:input
2 # SPDX-License-Identifier: Apache-2.0
5 LVGL encoder indev pseudo-device
7 Listens for button/encoder input events and routes the
8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
12 encoder {
13 compatible = "zephyr,lvgl-encoder-input";
14 rotation-input-code = <INPUT_REL_Y>;
15 button-input-code = <INPUT_KEY_0>;
18 compatible: "zephyr,lvgl-encoder-input"
20 include: zephyr,lvgl-common-input.yaml
23 rotation-input-code:
27 Input event code associated with rotation (INPUT_REL_*).
29 button-input-code:
32 Input event key code for encoder button (INPUT_KEY_* or INPUT_BTN_*).