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

Sub-Pixel Drawing Precision #113

Open
WillGreen opened this issue Sep 10, 2022 · 0 comments
Open

Sub-Pixel Drawing Precision #113

WillGreen opened this issue Sep 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@WillGreen
Copy link
Contributor

Sup-pixel precision gives smoother movement.

We could support Q12.4 precision when drawling while retaining 16-bit coordinates. Signed Q12.4 provides for a range of -2048 to + 2047, which covers any resolution we're likely to handle at present.

Aim to cover all drawing modules starting with draw_line.

@WillGreen WillGreen added the enhancement New feature or request label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant