
21 Command Summary
2.6 Text
Index X Y Width Height Rot VJst HJst Font R G B
Index X Y Width Height Rot VJst HJst Font R G B
Index X Y Width Height Rot VJst HJst Font R G B
Designate a portion of the screen that can easily be updated with one line of text; useful when displaying variables.
Index used to identify the label. Specific to labels.
Leftmost coordinate of the label region.
Topmost coordinate of the label region.
Width of the label region in pixels.
Height of the label region in pixels.
Rotation of the text within the label.
Vertical justification of text within the label, as per eFontAlignVertical values.
Horizontal justification of text within the label, as per eFontAlignHorizontal values.
Font index of a previously loaded font to be used for the label.
Intensity of red, 0 to 255, used for label font colour.
Intensity of green, 0 to 255, used for label font colour.
Intensity of blue, 0 to 255, used for label font colour.
Table 17: eFontAlignVertical values
Table 18: eFontAlignHorizontal values
Index Format Value
Index Format Value
Index Format Value
Update a previously defined label with new text. Send a null character (empty string) to clear a label.
Index previously assigned to a defined label.
Format of the string, as per eLabelFormat values.
New string to display within the label. The string must match the format
specified and should be capitalized and one line in height.
Table 19: eLabelFormat values
Comentários a estes Manuais