Skip to content

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