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(demo/vector_graphic): add missing buffer clear #5898

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

FASTSHIFT
Copy link
Collaborator

@FASTSHIFT FASTSHIFT commented Mar 18, 2024

Description of the feature or fix

For the memory obtained by malloc, it should be cleared first before starting drawing to avoid displaying garbage values.

cc @onecoolx

Before:
image

After:
image

Notes

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
@FASTSHIFT FASTSHIFT merged commit 899d157 into lvgl:master Mar 18, 2024
16 checks passed
@FASTSHIFT FASTSHIFT deleted the fix_demo_vector_buf_clear branch March 19, 2024 03:34
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

4 participants