Component: 7Segment (Hex TM1637) (Segment): Difference between revisions
Appearance
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 84: | Line 84: | ||
===ReadSwitches=== | ===ReadSwitches=== | ||
{| class="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%" | | width="90%" class="mtx-class-macrohead" | '''ReadSwitches''' | ||
|- | |- | ||
| colspan="2" | Samples the switches and returns a value from 0-16. 0 indicates that no switches are pressed. 1 - 16 indicates that a switch is pressed and provides the index of the switch. Only one switch can be pressed at any time. | | colspan="2" | Samples the switches and returns a value from 0-16. 0 indicates that no switches are pressed. 1 - 16 indicates that a switch is pressed and provides the index of the switch. Only one switch can be pressed at any time. | ||
| Line 98: | Line 98: | ||
===SetBrightness=== | ===SetBrightness=== | ||
{| class="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%" | | width="90%" class="mtx-class-macrohead" | '''SetBrightness''' | ||
|- | |- | ||
| colspan="2" | Controls the brightness of the 7-seg displays | | colspan="2" | Controls the brightness of the 7-seg displays | ||
| Line 122: | Line 122: | ||
===ShowDigit=== | ===ShowDigit=== | ||
{| class="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%" | | width="90%" class="mtx-class-macrohead" | '''ShowDigit''' | ||
|- | |- | ||
| colspan="2" | Set the number to be displayed in the given digit of the display. The colon character can also be controlled when writing to digit 1. | | colspan="2" | Set the number to be displayed in the given digit of the display. The colon character can also be controlled when writing to digit 1. | ||
| Line 151: | Line 151: | ||
===ShowDigits=== | ===ShowDigits=== | ||
{| class="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%" | | width="90%" class="mtx-class-macrohead" | '''ShowDigits''' | ||
|- | |- | ||
| colspan="2" | Set the number and decimal point to be displayed in the given digit of the display. | | colspan="2" | Set the number and decimal point to be displayed in the given digit of the display. | ||
| Line 200: | Line 200: | ||
===ShowSegments=== | ===ShowSegments=== | ||
{| class="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%" | | width="90%" class="mtx-class-macrohead" | '''ShowSegments''' | ||
|- | |- | ||
| colspan="2" | Allows for manual control over the display segments. The colon character can also be controlled when writing to digit 1. | | colspan="2" | Allows for manual control over the display segments. The colon character can also be controlled when writing to digit 1. | ||
| Line 225: | Line 225: | ||
==Property reference== | ==Property reference== | ||
{| class="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 241: | Line 241: | ||
| colspan="2" | Show segment name labels overlayed over the component. | | colspan="2" | Show segment name labels 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 255: | Line 255: | ||
| colspan="2" | Clock Pin connection to TM1637 IC | | colspan="2" | Clock Pin connection to TM1637 IC | ||
|- | |- | ||
| 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" | Colors | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:36, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.0 |
| Category | Segment |
7Segment (Hex TM1637) component
Hex seven segment display using an two pin communications bus to reduce the number of control pins. Also provides up to 16 individual input switches. Driven using a TM1637 hex 7-segment display driver.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_TM1637_7SEG_Hex_Driver.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_TM1637_7SEG_Hex_Driver.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ReadSwitches
SetBrightness
| SetBrightness | |
| Controls the brightness of the 7-seg displays | |
| Brightness | |
| Range: 0-7 - 0=Darkest, 7=Brightest | |
| On | |
| 0 = Display Off, 1 = Display On | |
| Return | |
ShowDigit
ShowDigits
ShowSegments