Skip to content

Commit 29c8b1d

Browse files
committed
samples: subsys: display: lvgl: Remove lvgl-pointer-input in overlays
After adding the lvgl pointer device into the board dts the custom overlays are not needed anymore. Signed-off-by: Fabian Blatz <[email protected]>
1 parent aec090e commit 29c8b1d

File tree

4 files changed

+1
-31
lines changed

4 files changed

+1
-31
lines changed

samples/subsys/display/lvgl/boards/native_posix.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
};
2626
};
2727

28-
lvgl_pointer_input {
29-
status = "okay";
30-
compatible = "zephyr,lvgl-pointer-input";
31-
input = <&input_sdl_touch>;
32-
};
33-
3428
lvgl_button_input {
3529
compatible = "zephyr,lvgl-button-input";
3630
input = <&keys>;

samples/subsys/display/lvgl/boards/stm32f746g_disco.overlay

Lines changed: 0 additions & 12 deletions
This file was deleted.

samples/subsys/display/lvgl/boards/stm32h7b3i_dk.overlay

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/drivers/kscan/kscan_input/boards/native_posix.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/ {
8-
/delete-node/ input-sdl-touch;
8+
/delete-node/ input_sdl_touch;
99

1010
fake_input_device: fake-device {
1111
compatible = "vnd,input-device";

0 commit comments

Comments
 (0)