ukcrobots.core
Class Display

java.lang.Object
  |
  +--ukcrobots.core.Display

public class Display
extends Object

A class for display on the RCX's display. Based on josx.platform.rcx.LCD


Constructor Summary
Display()
          Initialise the Display.
 
Method Summary
 void showNumber(int number)
          Show a number on the RCX's display.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

Display

public Display()
Initialise the Display.

Method Detail

showNumber

public void showNumber(int number)
Show a number on the RCX's display. Negative values will be shown without the sign.

Parameters:
number - The number to be displayed.