-
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
[BUG] stm32f746g-disco display examples show garbage #13839
Comments
|
We are waiting for LVGL 9.2.1 release lots of fixes incoming and if all works fine we will include it in NuttX 12.7.0 :-) |
@cederom @xiaoxiang781216 This issue is not related to LVGL. |
This seems the same problem as reported by @TimJTi ? Update: Nope, all problems that Tim had seems to be fixed already in the LVGL upstream :-) |
@raiden00pl can you provide the output log of ‘fb’ ? we want to check FB driver info first. |
@raiden00pl
But the bpp reported by framebuffer driver is 16, and framebuffer length is also in bpp 16 mode (261120 = 480 * 272 * 2).
can you check this problem, and try to set BOARD_LTDC_OUTPUT_BPP to 16 and test again ? |
@terry0012
|
I don't have the stm32f746g-disco board, but from the documentation, I can see that its LCD is 24bpp. should we report 24bpp for framebuffer driver ? @raiden00pl I have STM32F429-disco, and test fb with RGB565, it show buffer correctly. |
@terry0012 |
Description / Steps to reproduce the issue
It should be:
But it is:
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Arch Linux
NuttX Version
nuttx-12.7.0-RC0
Issue Architecture
[Arch: arm]
Issue Area
[Area: Drivers], [Area: OS Components]
Verification
The text was updated successfully, but these errors were encountered: