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

fix(drivers): drm driver not initialising with small screens #6244

Merged
merged 1 commit into from
May 24, 2024

Conversation

timstableford
Copy link
Contributor

Description of the feature or fix

The DRM display driver would not initialise with screens smaller than the 800x480 passed to lv_display_create because it called lv_display_set_buffers with buffers that were too small for the expected resolution when doing direct rendering.

The DRM display driver would not initialise with screens smaller than
the 800x480 passed to lv_display_create because it called
lv_display_set_buffers with buffers that were too small for
the expected resolution when doing direct rendering.
Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@FASTSHIFT FASTSHIFT merged commit 5ac14e4 into lvgl:master May 24, 2024
19 checks passed
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.

None yet

3 participants