tinyvm.rcx
Class MinLCD
java.lang.Object
|
+--tinyvm.rcx.MinLCD
- public class MinLCD
- extends Object
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. |
setNumber
public static void setNumber(int aCode,
int aValue,
int aPoint)
- Sets a number to be displayed in the LCD.
It does not show up until refresh() is called.
- Parameters:
aCode
- SIGNED=0x3001, PROGRAM=0x3017, UNSIGNED=0x301faValue
- The value to be displayed.aPoint
- 0x3002 - 0x3005, indicating decimal point location.
refresh
public static void refresh()
- Refreshes LCD. Has to be called for certain LCD methods
to take effect.