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

perf(draw): minor optimization on rgb565 color blending #5603

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

kisvegabor
Copy link
Member

Description of the feature or fix

It mainly affects letter drawing and it's about 10% faster

Notes

it mainly affects letter drawing and it's about 10% faster
Copy link
Contributor

@C47D C47D left a comment

Choose a reason for hiding this comment

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

It would be good to have data to proof it's faster or some tests if the input data and output data are the same with the previous and current implementation.

@FASTSHIFT FASTSHIFT merged commit 2a020c4 into lvgl:master Feb 7, 2024
16 checks passed
@kisvegabor kisvegabor deleted the perf/rgb565-color-blend branch February 7, 2024 07:47
@kisvegabor
Copy link
Member Author

It would be good to have data to proof it's faster or some tests if the input data and output data are the same with the previous and current implementation.

We can use this when it will be ready.

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