63
<FS>
Fill Screen
Screen Handling & Text
Description
Turn all pixels on, creating a black screen
Parameters
None
Initial Value
All pixels are off
Modes
All Modes
Notes
This command also:
Removes any windows that may be defined
(equivalent to issuing a <DW0,7,0,119> command)
Homes the cursor
(equivalent to issuing a <HC> command)
Uses
The <FS> command provides:
•
A known starting point before drawing a new screen
Example
<FS>
Fill Screen
Gotchas!
If windows are being used, they must be defined after this command
See Also
CS
Clear Screen
CW
Clear Window
DW
Define Window
HC
Home Cursor