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

Add Clear Screen (0x7) Command Support #32

Merged
merged 6 commits into from
Dec 9, 2024
Merged

Conversation

MungaSoftwiz
Copy link
Owner

Description: This PR introduces support for the Clear Screen (0x7) Command.
closes #6

Key Changes:

  • Added the clear_screen function to clear the screen buffer and reset the state.
  • Updated the main function to handle 0x7 as a special case (no additional data required).
  • Ensures the program displays the cleared screen and provides a success message.

How to Test:

  • Run the program and enter 0x7 as the command.
  • Verify that the screen is cleared without requiring further input.
  • Ensure all other commands continue to function as expected.

@MungaSoftwiz MungaSoftwiz merged commit 04e0da9 into main Dec 9, 2024
1 check passed
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.

Clear Screen
1 participant