Browse Source
Add support for ek_ra8p1/r7ka8p1kflcac/cm85 running on rtklcdpar1s00001be display shield Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>pull/92206/head
3 changed files with 32 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2025 Renesas Electronics Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_LV_Z_MEM_POOL_SIZE=245760 |
||||
CONFIG_LV_DRAW_LAYER_SIMPLE_BUF_SIZE=49152 |
||||
CONFIG_MAIN_STACK_SIZE=8192 |
||||
CONFIG_IDLE_STACK_SIZE=1024 |
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
/* |
||||
* Copyright (c) 2025 Renesas Electronics Corporation |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
/ { |
||||
lvgl_pointer { |
||||
compatible = "zephyr,lvgl-pointer-input"; |
||||
swap-xy; |
||||
input = <&ft5336_rtklcdpar1s00001be>; |
||||
}; |
||||
}; |
Loading…
Reference in new issue