Component: LED MultiColour Tri (5mm, PCB) (LED)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.1
Category LED


LED MultiColour Tri (5mm, PCB) component

An industry standard 5mm diameter tri-colour LED. Any color may be chosen, and the leads trimmed to length.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_led_5mm_tricolour.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_led_5mm_tricolour.fcfx

Detailed description

No detailed description exists yet for this component

Examples

Tricolour LEDs generally have four pins and come in both common anode and common cathode configurations and must be wired to suit. The tricolour LED component should have a property allowing you to configure which LED type your using.

TriLED.jpg


An active high LED will light when the microcontroller pin is outputting a logic 1 and be off when the microcontroller pin is outputting a logic 0 or in input mode.


An active low LED will light when the microcontroller pin is outputting a logic 0 and be off when the microcontroller pin is outputting a logic 1 or in input mode.


Six pin tricolour LEDs can simply be treated as three individual standards LEDs.


The series resistor acts to protect each individual LED from damage due to excess current. The value of resistor used can be changed based on the brightness of the LED and power consumption. Usually the three colour LEDs have different characteristics from each other so a different protection resistor should be provided for each LED to balance the LEDs output.


This LED Calculator tool is a good resource for calculating the correct LED series protection resistor.

LED Resistor Calculator Tool






Macro reference

LEDOff

Fc9-comp-macro.png LEDOff
Switches off the LED 
Fc9-void-icon.png - VOID Return


LEDOneOn

Fc9-comp-macro.png LEDOneOn
Switches on LED one, other LEDs switched off. 
Fc9-void-icon.png - VOID Return


LEDSetState

Fc9-comp-macro.png LEDSetState
Controls the state of the LED. 0=Off / 1=LED Colour 1 / 2=LED Colour 2 / 3=LED Colour 1 + 2 4=LED Colour 3 / 5=LED Colour 1 + 3 / 6=LED Colour 2 + 3 7=LED Colour 1 + 2 + 3 
Fc9-u8-icon.png - BYTE State
Range 0-7 0=All Off, 7 = All On 
Fc9-void-icon.png - VOID Return


LEDThreeOn

Fc9-comp-macro.png LEDThreeOn
Switches on LED three, other LEDs switched off. 
Fc9-void-icon.png - VOID Return


LEDTwoOn

Fc9-comp-macro.png LEDTwoOn
Switches on LED two, other LEDs switched off. 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Connections
Fc9-type-5-icon.png Pin
LED Pin 1 
Fc9-type-5-icon.png Pin2
LED Pin 2 
Fc9-type-5-icon.png Pin3
LED Pin 3 
Fc9-type-16-icon.png Polarity
 
Fc9-conn-icon.png Simulation
Fc9-type-1-icon.png Color
The color of the LED when pin1 is turned on and pin2 is turned off. 
Fc9-type-1-icon.png Color2
The color of the LED when pin1 is turned off and pin2 is turned on. 
Fc9-type-1-icon.png Color3
The color of the LED when pin1 is turned off and pin2 is turned on. 
Fc9-type-15-icon.png Trim Leads
Trim the length of the two leads. Length cannot be less than 3.0, or greater than the length as supplied. 
Fc9-conn-icon.png Label
Fc9-type-1-icon.png Color
Color of the labels text. 
Fc9-type-15-icon.png Scale
Sets the basic size (text height) of the labels. 
Fc9-type-7-icon.png Follow Zoom
Whether labels get bigger and smaller when the panel is zoomed in and out.