Package ist.palcom.services.incubator.display

Provides a display device (3 * 7 segment led display) that takes a numeric input and presents it on the display.

See:
          Description

Class Summary
DisplayDevice Creates a display out of three 7-segment led displays.
DisplayDeviceGUI Handles the very GUI of the display
DisplayService The service associated with the DisplayDevice.
ValueEvent Used to store a new value based upon an event.
 

Package ist.palcom.services.incubator.display Description

Provides a display device (3 * 7 segment led display) that takes a numeric input and presents it on the display.
3 digids and a comma-sign (',') is allowed input.
Example 034 -> 34
Example 634 -> 634
Example 13,4 -> 13,4
Example 13,47 -> 13,4

Package Specification