|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjosx.platform.rcx.MinLCD
public class MinLCD
Only the most basic APIs from LCD.
Method Summary | |
---|---|
static void |
refresh()
Refreshes LCD. |
static void |
setNumber(int aCode,
int aValue,
int aPoint)
Sets a number to be displayed in the LCD. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Method Detail |
---|
public static void setNumber(int aCode, int aValue, int aPoint)
aCode
- SIGNED=0x3001, PROGRAM=0x3017, UNSIGNED=0x301faValue
- The value to be displayed.aPoint
- 0x3002 - 0x3005, indicating decimal point location.public static void refresh()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |