Jump to content

Component: SevenSeg ( Indicator)

From Flowcode Help
Revision as of 08:58, 27 April 2026 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 1.1 |- | width="20%" style="color:gray;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Author MatrixTSL
Version 1.1
Category Indicator


SevenSeg component

A single 7 segment web component.

Version information

Library Version, Component Version, Date, Author, Info
1, 1.0, 20-06-24, ST, Created
2, 1.1, 19-02-26, ST, Set colOn and colOff during Ev_Initialising

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

SetDigit

SetDigit
Sets the 7seg to display a digit (0-9) with an optional decimal point 
- LONG Digit
The digit to display (0-9) 
- BOOL ShowDP
Set true to show the decimal point 
- VOID Return


SetOffColour

SetOffColour
Sets the 'off' colour of the segments 
- STRING Colour
A string defining the colour (e.g. "maroon" or "#ff0099") 
- VOID Return


SetOnColour

SetOnColour
Sets the 'on' colour of the segments 
- STRING Colour
A string defining the colour (e.g. "maroon" or "#ff0099") 
- VOID Return


SetRawValue

SetRawValue
Sets the raw byte value for the 7seg (0 - 255), allowing each segment to be individually set 
- LONG Value
The raw byte value for the display (0-255) 
- VOID Return


Property reference

Properties
Digit
On colour
 
Off colour
 
Background
Back colour
Specifies the fill colour of the shape 
Outline size
The outline size in pixels 
Outline colour
The outline colour of the shape 
Value
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_7SEG1.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_7SEG1.fcsx