|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjosx.platform.rcx.TextLCD
public class TextLCD
Display text on the LCD screen.
| Method Summary | |
|---|---|
static void |
print(char[] text)
Print up to the first 5 characters of a char array to the LCD. |
static void |
print(String str)
Prints a string on the LCD. |
static void |
printChar(char the_char,
int pos)
Prints a character to a given position. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| Method Detail |
|---|
public static final void print(String str)
public static final void print(char[] text)
public static final void printChar(char the_char,
int pos)
LCD.refresh is called.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||