|
This is another simple command. All it does is clear the home screen. It takes every pixel and turns it off.
Breakdown of code:
- Disp "!!!!!!!!!!!!!!!!"
- Just some ugly text that needs to be cleared.
- Pause
- Wait for the user to press enter.
- ClrHome
- Clear the home screen.
Output:
Then once the user presses enter, the program ends.
|