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

add ARGB8565 format #5584

Merged
merged 2 commits into from
Feb 4, 2024
Merged

add ARGB8565 format #5584

merged 2 commits into from
Feb 4, 2024

Conversation

XuNeo
Copy link
Collaborator

@XuNeo XuNeo commented Feb 4, 2024

Description of the feature or fix

Added definition of ARGB8565.
Change bpp of RGB565A8 to 16.

For RGB565A8, both 24 and 16 are wrong, 16 is slightly better because that alpha stride is calculated based on map stride which can use 16 as bpp.

Software renderer does not support ARGB8565 yet. Some of the GPU like VG-Lite can support it.
Need to upgrade python image converter script and VG-Lite porting code.

Notes

@XuNeo XuNeo merged commit 86016a8 into lvgl:master Feb 4, 2024
16 checks passed
@XuNeo XuNeo deleted the add-argb8565 branch February 4, 2024 18:08
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.

4 participants