Skip to content

blog: add lvgl plus PPA.#597

Closed
uLipe wants to merge 1 commit intoespressif:mainfrom
uLipe:feature/ppa_lvgl
Closed

blog: add lvgl plus PPA.#597
uLipe wants to merge 1 commit intoespressif:mainfrom
uLipe:feature/ppa_lvgl

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 <ryukokki.felipe@gmail.com>
@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.

@pedrominatel pedrominatel requested a review from FBEZ December 3, 2025 09:35
@pedrominatel
Copy link
Member

Hi @uLipe, thank you for your contribution.
I would like to suggest some changes to the article's structure.

The current structure, in blocks, looks more like a slide presentation. My suggestion is to change to a narrative prose, in a way that you will show the readers your perspective.
If you don't mind, we can propose a version where most of the bullet points could be converted to narrative.

What do you think?

@f-hollow
Copy link
Collaborator

@uLipe We will close this PR for now.

If and once you have a chance, feel free to implement the review comments and reopen this PR.

@f-hollow f-hollow closed this Feb 14, 2026
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.

4 participants

Comments