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

Implement panel rotation HAL and crisp canvas rotation #22

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

samueldr
Copy link
Member

@samueldr samueldr commented Apr 8, 2024

Needed for BGRT rotation support.

This makes the API symmetric with `lv_img_buf_alloc`.

For our use-case, it's fine since we're not intending to use manually
managed buffers or "program data" as a buffer. We're working on top of a
full operating system.

If dealing with a buffer manually ends-up being needed, we can add some
escape hatch.
This ensures pixels are crisp. Otherwise the antialiased rotation
handling will massacre your crisp images.
@samueldr samueldr force-pushed the feature/hal-panel-orientation branch from cb93b39 to 3cf1090 Compare April 8, 2024 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant