static void writeTextMessage(int messageIndex)
Throws:
static void writeTextMessage(String messageName)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
by index:
Parameter | Range | Description |
---|---|---|
messageIndex | 0 ... max. text message index | index of the defined message |
by name:
Parameter | Range | Description |
---|---|---|
messageName | ASCII chars (0x01 .. 0xFF) | name of the message |
Writes a text string similar to the Draw.writeText(String) method, except that it uses messages previously defined in iLCD Manager XEJoC Manager.
Note
Example
Draw.writeTextMessage(30);
Draw.writeTextMessage("MESSAGE");
Writes the message with index 3 and message "MESSAGE" to the screen at the current cursor position with the currently selected font and attributes.
See also:
Draw.writeText(String)
Control.setCursorPosition(int, int)
Attribute.setFont(int)
Control.getTextExtent(String)
ANSI Support
Attribute
Copyright © demmel products gmbh. All rights reserved.