/* * Copyright (c) 2024 Joel Guittet * SPDX-License-Identifier: Apache-2.0 */ #include #include / { lvgl_button_input { compatible = "zephyr,lvgl-button-input"; input = <&buttons>; input-codes = ; coordinates = <160 120>; }; lvgl_keypad_input { compatible = "zephyr,lvgl-keypad-input"; input = <&joystick>; input-codes = ; lvgl-codes = ; }; };