Component: LED Mono (LED)
From Flowcode Help
Jump to navigationJump to search
Author | Matrix TSL |
Version | 1.0 |
Category | LED |
Contents
LED Mono component
Component Source Code
Please click here for the component source code: FC_Comp_Source_LED_Mono_2dgi.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Serial LED matrix example schematic showing 16 LEDs connected using two octal buffer ICs. Data connections to the microcontroller are Data_In, LED_EN, Clock and Reset.
Each clock pulse transfers the output state to the next LED so Data_In goes to LED R0D0 and LED R0D0 goes to LED R0D1 etc.
Example Program
ledmatrixs
Note. to allow the simulation to run smoothly ensure that the simulation speed is set to normal and you may also want to enable hardware acceleration using the Global Options.
Example Panel Display
Downloadable macro reference
![]() |
TurnOn |
![]() |
Return |
![]() |
SetState |
Sets the state of the LED, accounting for the polarity. | |
![]() |
State |
1=On, 0=Off | |
![]() |
Return |
![]() |
TurnOff |
![]() |
Return |