LED

Library: Input/Output
Introduced: 2.1.3
Appearance:

Behavior

Displays the value of its input by coloring the LED (as specified by its Color attribute) when the input is 1. When the input is anything other than 1, it is colored dark gray.

(The LED component is basically redundant with an output pin, except for a somewhat different appearance. Some users, though, thought it would be nice to include.)

Pins

A LED has only one pin, a 1-bit input which is used to determine whether to display the LED colored (when the input is 1) or darkened (when the input is anything else).

Attributes

Facing
The location of the input pin relative to the component.
Color
The color to display when the input value is 1.
Label
The text within the label associated with the component.
Label Location
The location of the label relative to the component.
Label Font
The font with which to render the label.
Label Color
The color with which to draw the label.

Poke Tool Behavior

None.

Text Tool Behavior

Allows the label associated with the component to be edited.

Back to Library Reference