Skip to content

Fix output garbling issue #16

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

liangchingyun
Copy link
Contributor

  • Ensures the display buffer is null-terminated by adding:
    display_buf[DRAWBUFFER_SIZE - 1] = '\0';
  • This prevents garbled output when printing the buffer.

Ensures the display buffer is null-terminated

This prevents garbled output when printing the buffer.
@jserv jserv merged commit 7ab3e7e into sysprog21:main Apr 21, 2025
@jserv
Copy link
Contributor

jserv commented Apr 21, 2025

Thank @liangchingyun for contributing!

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