Component: Starburst Display (Segment): Difference between revisions
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 106: | Line 106: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ClearSegments''' | ||
|- | |- | ||
| colspan="2" | This funtion clears all the individual segments including the decimal point segment. In simulation this sets the colours to the default BGColor component variable. | | colspan="2" | This funtion clears all the individual segments including the decimal point segment. In simulation this sets the colours to the default BGColor component variable. | ||
| Line 120: | Line 120: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ShowCharacter''' | ||
|- | |- | ||
| colspan="2" | Allows certain pre-programmed characters to be displayed. 0-9, A-Z, $, [, ], +, -, \, /, *, _, {, }, . | | colspan="2" | Allows certain pre-programmed characters to be displayed. 0-9, A-Z, $, [, ], +, -, \, /, *, _, {, }, . | ||
| Line 144: | Line 144: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ShowSegments''' | ||
|- | |- | ||
| colspan="2" | Creates the supplied digit on the 7 segment display. Macro takes the digit to display and a boolean representing whether to display the decimal point segment or not. | | colspan="2" | Creates the supplied digit on the 7 segment display. Macro takes the digit to display and a boolean representing whether to display the decimal point segment or not. | ||
| Line 173: | Line 173: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 197: | Line 197: | ||
| colspan="2" | Show the identifier lables of the segments overlayed over the component. | | colspan="2" | Show the identifier lables of the segments overlayed over the component. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
|- | |- | ||
| Line 281: | Line 281: | ||
| colspan="2" | Pin connection to the 'common' pin of the display - to allow enable/disable of the whole display. | | colspan="2" | Pin connection to the 'common' pin of the display - to allow enable/disable of the whole display. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Colours | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix TSL |
| Version | 6.0 |
| Category | Segment |
Starburst Display component
Starburst 14 or 16 segment display modelled after a standard 14mm high unit. LED colour can be changed in properties.
Version information
Library Version, Component Version, Date, Author, Info 6, 6.0, 14-10-24, MW, Reduced Complex component as out of bounds 6, 6.0, 14-10-24, MW, Changed the look to reflect a real component
Detailed description
No detailed description exists yet for this component
Examples
Example program showing how to use the starburst display component to display alphanumeric ASCII characters.
Starburst Test
Example program showing how to multiplex between several starburst displays. Takes an ADC reading and displays the reading in decimal using 4 starburst display components.
Starburst Multi
Example program showing how to multiplex between several starburst displays. Takes an ADC reading and displays the reading in hexadecimal using 4 starburst display components.
Starburst Multi Hex
Macro reference
ClearSegments
| ClearSegments | |
| This funtion clears all the individual segments including the decimal point segment. In simulation this sets the colours to the default BGColor component variable. | |
| Return | |
ShowCharacter
| ShowCharacter | |
| Allows certain pre-programmed characters to be displayed. 0-9, A-Z, $, [, ], +, -, \, /, *, _, {, }, . | |
| Character | |
| 0-9 or A-Z | |
| DecimalPoint | |
| 0=Off, 1=On | |
| Return | |
ShowSegments
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_LED_Starburst_Single_2dgi.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LED_Starburst_Single_2dgi.fcfx