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(decoder): treat ALLOCATED c-array image as draw buffer #5483

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

XuNeo
Copy link
Collaborator

@XuNeo XuNeo commented Jan 25, 2024

Description of the feature or fix

If the c-array image can be used directly, and it's allocated, then it must be a draw buffer. The following up stride/premultiply adjustment to this draw buffer should update the original image flag rather than the fake static draw buffer struct.

Notes

If the c-array image can be used directly, and it's allocated, then it
must be a draw buffer. The following up stride/premultiply adjustment to this
draw buffer should update the original image flag rather than the fake
static draw buffer struct.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
@kisvegabor kisvegabor merged commit 590363f into lvgl:master Jan 26, 2024
16 checks passed
@XuNeo XuNeo deleted the fix-bin-decoder-c-array branch February 5, 2024 16:23
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