Skip to content
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] LVGL display demo error #2936

Open
1 task done
MaigoW opened this issue Jan 10, 2025 · 0 comments
Open
1 task done

[BUG] LVGL display demo error #2936

MaigoW opened this issue Jan 10, 2025 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@MaigoW
Copy link

MaigoW commented Jan 10, 2025

Description / Steps to reproduce the issue

When I use the LVGL demo, there is a display issue. The fb0 can be found under the device directory and the screen lights up. In the LVGL configuration, fb0 is correctly set to be enabled by default, and the display works. However, there is an issue where the screen shows a repeated image and the colors are incorrect. I have seen similar issues on other forums, but no correct solution has been provided. What could be the cause of this problem? The version of LVGL being used is 8.3.2.
step1 :
The device is registered under the device directory using the video component, and fb0 can be found and detected.

step2:The parameters passed to lv_port_fbdev.c are exactly the same as I have set. The resolution is 1024 * 768, the color format is FB_FMT_RGB32, the bpp is set to 32, fblen is set to 1024 * 32 / 8 * 768, and the stride is set to 1024 * 32 / 8.

step3: run the demo;

20250110160205

On which OS does this issue occur?

[OS: Linux]

What is the version of your OS?

Ubuntu22.04

NuttX Version

releases/12.4

Issue Architecture

[Arch: arm64]

Issue Area

[Area: Graphics]

Verification

  • I have verified before submitting the report.
@MaigoW MaigoW added the Type: Bug Something isn't working label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant