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

Remove TRUECOLOR for LVGLImage.py #5523

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Remove TRUECOLOR for LVGLImage.py #5523

merged 1 commit into from
Jan 29, 2024

Conversation

PierreRambaud
Copy link
Contributor

Description of the feature or fix

Based on this commit TRUECOLOR usage is now outdated. If I'm not wrong, only RGB8888 should be used for TRUECOLOR and ARGB8888 for TRUE_COLOR_ALPHA

This is what I get when using this tool:

src/assets/background/background_10.c:268:16: error: 'LV_COLOR_FORMAT_TRUECOLOR' undeclared here (not in a function); did you mean 'LV_COLOR_FORMAT_YUV_END'

Notes

Copy link
Collaborator

@XuNeo XuNeo left a comment

Choose a reason for hiding this comment

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

Thank you!

@XuNeo XuNeo merged commit 8f67ffe into lvgl:master Jan 29, 2024
16 checks passed
@PierreRambaud PierreRambaud deleted the patch-2 branch January 30, 2024 08:09
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

2 participants