Difference between revisions of "Component: LED (BL0167) (E-blocks 2)"
From Flowcode Help
Jump to navigationJump to search| Line 49: | Line 49: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 55: | Line 57: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===BarGraph=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 73: | Line 76: | ||
| + | ===LEDOn=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 91: | Line 95: | ||
| + | ===AllOn=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 104: | Line 109: | ||
| + | ===LEDOff=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 122: | Line 128: | ||
| + | ===PointGraph=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 140: | Line 147: | ||
| + | ===WriteValue=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 158: | Line 166: | ||
| + | ===AllOff=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:49, 3 February 2023
| Author | Matrix TSL |
| Version | 1.0 |
| Category | E-blocks 2 |
Contents
LED component
LED component to drive the E-blocks 2 BL0167 LED board. Provides eight individually addressable LEDs.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBlocks2_LED_BL0167.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBlocks2_LED_BL0167.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
BarGraph
| BarGraph | |
| Turns on the first N elements of the array - for generating bar graph metes etc. | |
| Length | |
| How many items to light up. Range 0-8 | |
| Return | |
LEDOn
| LEDOn | |
| Turns on the selected LED leaving the other LEDs as was. | |
| Index | |
| LED to switch on. Range: 0-7 | |
| Return | |
AllOn
| AllOn | |
| Switches On All LEDs. | |
| Return | |
LEDOff
| LEDOff | |
| Turns off the selected LED leaving the other LEDs as was. | |
| Index | |
| LED to switch off. Range: 0-7 | |
| Return | |
PointGraph
| PointGraph | |
| Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range. | |
| Index | |
| The LED to light. Range: 0-7 | |
| Return | |
WriteValue
| WriteValue | |
| Write a number which is presented on the LEDs in binary. | |
| Value | |
| Value to write to the LEDs. Range: 0-255 | |
| Return | |
AllOff
| AllOff | |
| Switches Off All LEDs. | |
| Return | |
Property reference
| Properties | |
| Output Mode | |
| Port | |
| Colour | |