File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
samples/modules/lvgl/demos Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Renesas Electronics Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ / {
8
+ lvgl_pointer {
9
+ compatible = "zephyr,lvgl-pointer-input";
10
+ swap-xy;
11
+ input = <&ft5336_rtk7eka6m3b00001bu>;
12
+ };
13
+ };
Original file line number Diff line number Diff line change @@ -97,3 +97,21 @@ tests:
97
97
- shield
98
98
- lvgl
99
99
- gui
100
+ sample.modules.lvgl.demos.rtk7eka6m3b00001bu :
101
+ platform_allow : ek_ra8d1
102
+ harness : console
103
+ harness_config :
104
+ fixture : fixture_display
105
+ extra_args :
106
+ - SHIELD=rtk7eka6m3b00001bu
107
+ - DTC_OVERLAY_FILE=rtk7eka6m3b00001bu.overlay
108
+ extra_configs :
109
+ - CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
110
+ modules :
111
+ - lvgl
112
+ tags :
113
+ - samples
114
+ - display
115
+ - shield
116
+ - lvgl
117
+ - gui
You can’t perform that action at this time.
0 commit comments