LED8 (LED Bar)

Inputs

PinTypeDescription
DataInbus8Input byte — each bit controls one LED

Outputs

PinTypeDescription

This element has no outputs.

How It Works

The LED8 is a purely visual debugging element — it displays an 8-bit value as a horizontal bar of 8 LEDs. It does not affect the circuit in any way.

LED layout, left to right:

PositionBitOFF (0)ON (1)
Leftmost0 (LSB)DarkGreen
2nd1DarkGreen
3rd2DarkGreen
4th3DarkGreen
5th4DarkGreen
6th5DarkGreen
7th6DarkGreen
Rightmost7 (MSB)DarkGreen

For example, value 0x0F (binary 00001111) lights up the four leftmost LEDs. Value 0xF0 (11110000) lights up the four rightmost LEDs. Value 0xFF lights all 8 LEDs.

Usage

The LED8 is invaluable for debugging complex circuits:

Connect the DataIn pin to any 8-bit bus or individual bit signal. The LEDs update instantly on each simulation step. Use multiple LED8 elements to monitor different signals simultaneously — they have zero performance impact since they only render visuals.

Go to the simulator →