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

Please check the % character font. #55

Closed
rom-far opened this issue Mar 3, 2023 · 5 comments
Closed

Please check the % character font. #55

rom-far opened this issue Mar 3, 2023 · 5 comments

Comments

@rom-far
Copy link

rom-far commented Mar 3, 2023

The displayed % characters appear to be mirrored.
Could you please check the font header file?
Only font6x8.h has been confirmed.
thank you.
I'm sorry if I made a mistake.

@rom-far
Copy link
Author

rom-far commented Mar 3, 2023

additional information. Only when oled.setFontX2(FONT6X8);'' is specified, the % character becomes a mirror character, and when oled.setFont(FONT6X8);'' is specified, the % character is displayed normally.

@rom-far
Copy link
Author

rom-far commented Mar 3, 2023

It seems that this issue is not related to the font6x8.h file.

@datacute
Copy link
Owner

datacute commented Apr 2, 2023

Thanks for reporting this. It is a fault in the FONT6X8 font, and in the proportional version I generated from it: FONT6X8P, it is simply easier to see when double size.
Here's an online simulator showing the problem: https://wokwi.com/projects/360858143862483969
I'll create a fix.

@datacute
Copy link
Owner

datacute commented Apr 2, 2023

Other libraries have found this too, e.g
lexus2k/ssd1306#23

@datacute
Copy link
Owner

Fixed in v2.3

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

No branches or pull requests

2 participants