
Command Summary 21
Sets the text window to which subsequent text and commands will apply. Default (entire screen) is window 0.
Unique text window to use.
Clear the contents of a specific text window, similar to the clear screen command.
Unique text window to clear.
ID X1 Y1 X2 Y2 Vert Hor Font Background CharSpace
ID X1 Y1 X2 Y2 Vert Hor Font Background CharSpace
ID X1 Y1 X2 Y2 Vert Hor Font Background CharSpace
Designates a portion of the screen that can be easily updated with one line of text, often used to display variables.
Unique label identification number, value between 0 and 15.
Vertical justification of the label text; 0 for top, 1 for middle, or 2 for bottom.
Horizontal justification of the label text; 0 for left, 1 for centre, or 2 for right.
Unique font ID to use for this label, value between 0 and 1023.
State of the pixels in the label region that is not occupied by text; 0 for off or 1 for on.
Spacing between characters to use for this label.
*Note: Font was changed from a Byte length at firmware revision 8.5
Update a previously created label with new text. Send a null character (empty string) to clear a label.
Unique label to update, between 0 and 15.
Information to display in the label, must be terminated with a null (value of zero) byte.
The entire contents of screen are shifted up one line when the end of the screen is reached. Display default is on.
New text is written over the top line when the end of the screen is reached. Display default is Auto Scroll on.
Comentários a estes Manuais