
20 Command Summary
6.2 Text
Clears the contents of the screen.
Returns the cursor to the top left of the screen.
Column Row
Column Row
Column Row
Sets the cursor to a specific cursor position where the next transmitted character is printed.
Value between 1 and number of character columns.
Value between 1 and number of character rows.
2.4 Set Cursor
Coordinate
Sets the cursor to an exact pixel position where the next transmitted character is printed.
Value between 1 and screen width, represents leftmost character position.
Value between 1 and screen height, represents topmost character position.
2.5 Initialize
Text Window
ID X1 Y1 X2 Y2 Font CharSpace LineSpace Scroll
ID X1 Y1 X2 Y2 Font CharSpace LineSpace Scroll
ID X1 Y1 X2 Y2 Font CharSpace LineSpace Scroll
Designates a portion of the screen to which text can be confined. Font commands affect only the current window,
default (entire screen) is window 0.
Unique text window identification number, value between 0 and 15.
Unique font ID to use for this window, value between 0 and 1023.
Spacing between characters to use for this window.
Spacing between lines to use for this window.
Number of pixel rows to write to before scrolling text.
*Note: Font was changed from a Byte length at firmware revision 8.5
Comentários a estes Manuais