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

Handling of space character in font table is too short #1

Open
matthewbeckler opened this issue Feb 13, 2014 · 1 comment
Open

Handling of space character in font table is too short #1

matthewbeckler opened this issue Feb 13, 2014 · 1 comment

Comments

@matthewbeckler
Copy link
Member

Currently, when a space character is detected (code 0x29) it simply returns from the load_char procedure. Even though a space character is blank, it does not delay for the same amount of time that displaying a normal character would take, so spaces appear very thin on the display. It should be easy to compute the rough delay time we normally have for character display, and insert the same amount of delay into this code path.

@matthewbeckler
Copy link
Member Author

This is in font.asm around line 50.

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

1 participant