File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
samples/modules/lvgl/demos Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2025 Renesas Electronics Corporation
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ CONFIG_LV_Z_MEM_POOL_SIZE=245760
5
+ CONFIG_LV_DRAW_LAYER_SIMPLE_BUF_SIZE=49152
6
+ CONFIG_MAIN_STACK_SIZE=8192
7
+ CONFIG_IDLE_STACK_SIZE=1024
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_rtklcdpar1s00001be>;
12
+ };
13
+ };
Original file line number Diff line number Diff line change @@ -70,3 +70,15 @@ tests:
70
70
- CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
71
71
tags :
72
72
- shield
73
+ sample.modules.lvgl.demos.rtklcdpar1s00001be :
74
+ platform_allow : ek_ra8p1/r7ka8p1kflcac/cm85
75
+ harness : console
76
+ harness_config :
77
+ fixture : fixture_display
78
+ extra_args :
79
+ - SHIELD=rtklcdpar1s00001be
80
+ - DTC_OVERLAY_FILE=rtklcdpar1s00001be.overlay
81
+ extra_configs :
82
+ - CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
83
+ tags :
84
+ - shield
You can’t perform that action at this time.
0 commit comments