segm8-number

amperka/segm8/segm8-number

Displays a number value on a SegM8 module or several modules linked in a daisy chain.
segm8-number
@/segm8-number
Displays a number value on a SegM8 module or several modules linked in a daisy chain.
VALnumber
A value to display.
Nnumber
The number of modules in the daisy-chain.
CSport
The board port to which the CS pin of SegM8 is connected. You may use any Arduino pin. For example: 'D8'.
DOport
The board port to which the DO pin of SegM8 is connected. You may use any Arduino pin. For example: 'D3'. Leave this parameter at 'D255' when using hardware SPI.
CLKport
The board port to which the CLK pin of SegM8 is connected. You may use any Arduino pin. For example: 'D4'. Leave this parameter at 'D255' when using hardware SPI.
ACTboolean
Allows or forbids value changes.
segm8-number
VAL
N
CS
DO
CLK
ACT
To use the node in your project you should have the amperka/segm8 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.