Component: LED (BL0167) (E-blocks 2): Difference between revisions
Appearance
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"" |
||
| Line 68: | Line 68: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOff''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOff''' | ||
|- | |- | ||
| Line 82: | Line 82: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOn''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOn''' | ||
|- | |- | ||
| Line 96: | Line 96: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''BarGraph''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''BarGraph''' | ||
|- | |- | ||
| Line 115: | Line 115: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOff''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOff''' | ||
|- | |- | ||
| Line 134: | Line 134: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOn''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOn''' | ||
|- | |- | ||
| Line 153: | Line 153: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PointGraph''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PointGraph''' | ||
|- | |- | ||
| Line 172: | Line 172: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteValue''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteValue''' | ||
|- | |- | ||
Revision as of 14:17, 13 July 2026
| Author | Matrix TSL |
| Version | 7.7 |
| Category | E-blocks 2 |
LED component
LED component to drive the E-blocks 2 BL0167 LED board. Provides eight individually addressable LEDs.
Version information
Library Version, Component Version, Date, Author, Info 7, 7.0, 23-04-25, MW, Modified component icon to look better in dark mode 7, 7.0, 23-04-25, MW, Hidden propert to change LED colours as the LEDS on the BL0167 are red 8, 7.0, 08-05-25, BR, Added autodetect port on Ev_PostInitialise
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AllOff
| AllOff | |
| Switches Off All LEDs. | |
| Return | |
AllOn
| AllOn | |
| Switches On All LEDs. | |
| Return | |
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 | |
LEDOff
| LEDOff | |
| Turns off the selected LED leaving the other LEDs as was. | |
| Index | |
| LED to switch off. Range: 0-7 | |
| Return | |
LEDOn
| LEDOn | |
| Turns on the selected LED leaving the other LEDs as was. | |
| Index | |
| LED to switch on. 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 | |
Property reference
| Properties | |
| Output Mode | |
| Port | |
| Colour | |
| Colour | |
| Shape | |
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EB_LED_BL0167.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EB_LED_BL0167.fcfx