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

Default font looks better with no serifs on 'T' #157

Open
bperrybap opened this issue Apr 7, 2018 · 0 comments
Open

Default font looks better with no serifs on 'T' #157

bperrybap opened this issue Apr 7, 2018 · 0 comments

Comments

@bperrybap
Copy link

The default font in glcdfont.c is using serifs on the capital T
it is single pixel hanging one pixel down on each end of the horizontal line.

When animated (moving horizontally) on led panels, it looks like the top line is two pixels wide rather than a single like with serifs because the font is so narrow and a bit of persistence of vision.
It looks much better when the serifs are removed.
No other character is using serifs.
Here are the codes for 'T"

//	0x03, 0x01, 0x7F, 0x01, 0x03, // 0x54 T (with serif)
	0x01, 0x01, 0x7F, 0x01, 0x01, // 0x54 T (without serif)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant