-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
arm/stm32h753bi: Add support to lvgl #15272
Conversation
[Experimental Bot, please feedback here] No, this PR description does not adequately meet the NuttX requirements. Here's why and how to fix it: Missing Information in Summary:
Missing Information in Impact:
Missing Information in Testing:
Example of a Better PR Description: SummaryThis PR adds support for the LVGL graphics library to the linum-stm32h753bi board, enabling the use of LVGL applications on its 7-inch display. This is in response to community requests for a modern, feature-rich graphics library on this platform. The changes involve adding LVGL to the build system, integrating it with the existing STM32H7 display driver, and adding a default LVGL configuration. Related Issue: (If applicable, link to a NuttX or NuttX Apps issue). Impact
TestingI confirm that changes are verified on local setup and works as intended:
Testing logs before change (N/A - Feature did not exist): Testing logs after change:
|
a45c220
to
931f773
Compare
Documentation/platforms/arm/stm32h7/boards/linum-stm32h753bi/index.rst
Outdated
Show resolved
Hide resolved
@xiaoxiang781216 any idea why this error from stm32f4discovery is happening?
|
Signed-off-by: Jorge Guzman <[email protected]>
already fixed |
Summary
Add support of lvgl to the linum board.
Impact
Use lvgl with the display of 7 inch
Testing
build the lvgl sample
$ ./tools/configure.sh linum-stm32h753bi:lvgl
$ make -j