Skip to content

Conversation

@uLipe
Copy link

@uLipe uLipe commented Nov 23, 2025

Initially, please let me know if I'm missing something, I read the guidelines but this is my first PR to the developer portal.

Description

Since the LVGL 9.4 has been released it now features the PPA draw unit, which works with the software
render and accelerates fill and image blending tasks, this PR adds an article telling about this integration and
how to use it.

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Signed-off-by: Felipe Neves <[email protected]>
@github-actions
Copy link

🎉 A preview for this PR is available at: https://preview-developer.espressif.com/pr597/

#include "lvgl.h"
#include "bsp/esp-bsp.h"

void app_main(void)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure, if this is a good code for example. This is from BSP and you need to use BSP for using this (but BSP is optional above).
The second point, this code using HDMI from BSP and this is not good as example. Better is to use some LCD from EV board for explanation.
The third, in example shouldn't be #if.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants