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

Use subpixel font rendering for TFT displays #442

Open
brentru opened this issue Jun 27, 2023 · 0 comments
Open

Use subpixel font rendering for TFT displays #442

brentru opened this issue Jun 27, 2023 · 0 comments
Labels
display enhancement New feature or request

Comments

@brentru
Copy link
Member

brentru commented Jun 27, 2023

Subpixel rendering means to triple the horizontal resolution by rendering on Red, Green and Blue channel instead of pixel level. It takes advantage of the position of physical color channels of each pixel. It results in higher quality letter anti-aliasing.

This would be highly useful on smaller TFTs such as FeatherWing TFTs.

Related: lvgl/lvgl#4291 (comment)

@brentru brentru added enhancement New feature or request display labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant