Skip to content

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

@matthewbeckler

Description

@matthewbeckler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions