Skip to content

Commit 3756418

Browse files
samples: modules: lvgl: demos: add support for ek_ra8p1
Add support for ek_ra8p1/r7ka8p1kflcac/cm85 running on rtklcdpar1s00001be display shield Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 07ddf33 commit 3756418

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
};

samples/modules/lvgl/demos/sample.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,15 @@ tests:
7070
- CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
7171
tags:
7272
- 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

0 commit comments

Comments
 (0)