Adding dave2d driver support on lvgl for Renesas RA devices#97163
Adding dave2d driver support on lvgl for Renesas RA devices#97163duynguyenxa wants to merge 6 commits intozephyrproject-rtos:mainfrom
Conversation
afdac7c to
fcd57a6
Compare
|
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with PR revision, 1 project with metadata changes and 1 blob change Note: This message is automatically posted and updated by the Manifest GitHub Action. |
c5f52c9 to
198bda1
Compare
a37e85d to
04ca882
Compare
a92cb0d to
9f1af85
Compare
This commit update commit ID for Renesas hal module to support dave2d library Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
First commit to add support for Renesas RA drw driver Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
Add DRW nodes to r7fa8d1xh.dtsi and r7ka8p1kflcac.dtsi Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
Add support for drw driver on ek_ra8p1 and ek_ra8d1 Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
Adjust GLCDC panel timing parameters for rtklcdpar1s00001be display shield Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
Add extra configs in sample.yaml to LVGL demos for Renesas EK-RA8P1 and EK-RA8D1 boards. Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
9f1af85 to
ec3f461
Compare
|
faxe1008
left a comment
There was a problem hiding this comment.
LVGL part looks fine, will +1 if the hal PR is done
| - SHIELD=rtklcdpar1s00001be | ||
| extra_configs: | ||
| - CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y | ||
| - CONFIG_LV_Z_DEMO_WIDGETS=y |
There was a problem hiding this comment.
Not bent on any particular demo, but any reason to use the widgets one specifically?
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |



This PR introduces support for D/AVE 2D (Dave2D) hardware acceleration in LVGL on Zephyr OS.
The integration allows LVGL’s rendering engine to utilize the Renesas D/AVE 2D GPU for improved graphics performance, enabling faster UI updates and smoother animations on supported hardware platforms (e.g., RA8D1, RA8P1).