7-segment-convertor

dancojocaru2000/7-segment/7-segment-convertor

Converts a digit with or without decimal after (e.g. "2", "4.") to the outputs needed for a 7 segment display. Double click the patch and read the comment for pin layout.
7-segment-convertor
@/7-segment-convertor
Converts a digit with or without decimal after (e.g. "2", "4.") to the outputs needed for a 7 segment display. Double click the patch and read the comment for pin layout.
VALstring
Value (digit and optional dot to turn on decimal separator). Examples are "2" and "4."
UPDpulse
Updates the value.
CCboolean
True if the 7-segment display is Common Cathode (the middle pins are connected to ground)
7-segment-convertor
A
B
C
D
E
F
G
DOT
OK
ERR
VAL
UPD
CC
ERRpulse
Pulsed if the input value is invalid.
OKpulse
Pulsed after a successful update.
DOTboolean
Gboolean
Fboolean
Eboolean
Dboolean
Cboolean
Bboolean
Aboolean
To use the node in your project you should have the dancojocaru2000/7-segment library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.