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

Bugfix for space key at virtual keyboard. #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

retro100
Copy link

Currently the space key from the virtual keyboard override the null termination with a blank but doesn't set a null termination afterwards.

This bugfix write the missing string null termination after the blank if the space key is used.

Also some hardcoded numbers for keyboard rows, columns and font size are replaced with macros. (I hope this is ok)

Best regards
retro100

…ermination at space key. Also replace some hardcoded numbers with macros.
Copy link

@carstene1ns carstene1ns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

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 this pull request may close these issues.

2 participants