Skip to content

Incorrect handling of the "-" character on Seg7x4 displays #111

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

Closed
wkuranowski opened this issue Jan 30, 2023 · 2 comments · Fixed by #112
Closed

Incorrect handling of the "-" character on Seg7x4 displays #111

wkuranowski opened this issue Jan 30, 2023 · 2 comments · Fixed by #112

Comments

@wkuranowski
Copy link
Contributor

The problem is located on the following line:

Offset 16 for the "-" character is no longer valid. The closest valid offset is 20, but I don't know if this is a correct solution.

@makermelissa
Copy link
Collaborator

You're right. It looks like this was caused by #109 which put a bunch of characters in front of the target character. It appears the "z" also took over the target character. I would add an additional character (so it won't accidentally have the formatting overwritten if somebody decides to make a z) and point it to that. So a new character would be 36 instead of 16.

@makermelissa
Copy link
Collaborator

Want to submit a PR?

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

Successfully merging a pull request may close this issue.

2 participants