The Digital8 component can be attached to an 8Bit port to read and display the value on the port.
| Pin | Name | Description |
| 1..8 | None |
| Property | Default Value | Options | Description | Since | ||||||
| Rep | DECIMAL |
|
Base for representing output on the display. | 1.1 |
In this example, the use of the Digital8 component for displaying ASCII characters is illustrated. The very simple assembly shows how the component interprets 8-bit input as an index into the table of ASCII characters (the first 128 characters form the standard ASCII table). The "TYPE" property of the component is set to "ASCII" to achieve this functionality.
Note the order in which the bits are interpreted - the right hand pin corresponds to the most significant bit in the orientation at which the component is added to the workspace. (The component has been rotated 180 degrees in this example).