Conversation
Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
|
🎉 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) |
There was a problem hiding this comment.
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.
|
Hi @uLipe, thank you for your contribution. 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. What do you think? |
|
@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. |
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: