josx.platform.rcx
Interface LCDConstants

All Superinterfaces:
Segment

public interface LCDConstants
extends Segment

LCD constants.


Field Summary
static int LCD_DECIMAL_0
           
static int LCD_DECIMAL_1
           
static int LCD_DECIMAL_2
           
static int LCD_DECIMAL_3
           
static int LCD_PROGRAM
           
static int LCD_SIGNED
           
static int LCD_UNSIGNED
           
 
Fields inherited from interface josx.platform.rcx.Segment
ALL, BATTERY, DATALOG, DOWNLOAD, MOTOR_A_FWD, MOTOR_A_REV, MOTOR_A_VIEW, MOTOR_B_FWD, MOTOR_B_REV, MOTOR_B_VIEW, MOTOR_C_FWD, MOTOR_C_REV, MOTOR_C_VIEW, RANGE_LONG, RANGE_SHORT, SENSOR_1_ACTIVE, SENSOR_1_VIEW, SENSOR_2_ACTIVE, SENSOR_2_VIEW, SENSOR_3_ACTIVE, SENSOR_3_VIEW, STANDING, UPLOAD, WALKING
 

Field Detail

LCD_SIGNED

public static final int LCD_SIGNED
See Also:
Constant Field Values

LCD_DECIMAL_0

public static final int LCD_DECIMAL_0
See Also:
Constant Field Values

LCD_DECIMAL_1

public static final int LCD_DECIMAL_1
See Also:
Constant Field Values

LCD_DECIMAL_2

public static final int LCD_DECIMAL_2
See Also:
Constant Field Values

LCD_DECIMAL_3

public static final int LCD_DECIMAL_3
See Also:
Constant Field Values

LCD_PROGRAM

public static final int LCD_PROGRAM
See Also:
Constant Field Values

LCD_UNSIGNED

public static final int LCD_UNSIGNED
See Also:
Constant Field Values