|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.nxt.LCD
public class LCD
LCD routines.
Method Summary | |
---|---|
static void |
clear()
Clear the display. |
static void |
drawInt(int i,
int x,
int y)
Display an int on the LCD at specified x,y co-ordinate. |
static void |
drawInt(int i,
int places,
int x,
int y)
Display an in on the LCD at x,y with leading spaces to occupy at least the number of characters specified by the places parameter. |
static void |
drawString(String str,
int x,
int y)
Display a string on the LCD at specified x,y co-ordinate. |
static void |
refresh()
Update the display. |
static void |
setDisplay(int[] buff)
Write graphics from a Java buffer to the display. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Method Detail |
---|
public static void drawString(String str, int x, int y)
public static void drawInt(int i, int x, int y)
public static void drawInt(int i, int places, int x, int y)
public static void refresh()
public static void clear()
public static void setDisplay(int[] buff)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |