-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Adding dave2d driver support on lvgl for Renesas RA devices #97163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Adding dave2d driver support on lvgl for Renesas RA devices #97163
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
|
west.yml
Outdated
| path: modules/lib/loramac-node | ||
| - name: lvgl | ||
| revision: b03edc8e6282a963cd312cd0b409eb5ce263ea75 | ||
| revision: pull/67/head |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intended to open a PR upstream to incorporate this, but from what I can see this should be resolved now:
zephyrproject-rtos/lvgl#67 (comment)
So as soon as the module is updated this might be dropped as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@faxe1008 , There is an issue with drw source on the lvgl revision on Zephyr main branch so I change the lvgl revision where the issue is fixed.
zephyrproject-rtos/lvgl@abec5b7#diff-1e02610528b2289d3031f2edd80519c220458b755948bf3c99ad7886fece1d80R157
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 <[email protected]>
First commit to add support for Renesas RA drw driver Signed-off-by: Duy Nguyen <[email protected]>
Add DRW nodes to r7fa8d1xh.dtsi and r7ka8p1kflcac.dtsi Signed-off-by: Duy Nguyen <[email protected]>
Add support for drw driver on ek_ra8p1 and ek_ra8d1 Signed-off-by: Duy Nguyen <[email protected]>
Adjust GLCDC panel timing parameters for rtklcdpar1s00001be display shield Signed-off-by: Duy Nguyen <[email protected]>
Add extra configs in sample.yaml to LVGL demos for Renesas EK-RA8P1 and EK-RA8D1 boards. Signed-off-by: Duy Nguyen <[email protected]>
9f1af85 to
ec3f461
Compare
|



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).