The DigitconvertBig class takes an array in with a value of true or false has on each index.
The array is 8 indexes long. Each index represents a segment.
If it says true, then the segment must be visible. If it is false there is just a space visible.
An array is then returned, each index in that array represent a line of the character.
The DigitconvertBig class takes an array in with a value of true or false has on each index. The array is 8 indexes long. Each index represents a segment. If it says true, then the segment must be visible. If it is false there is just a space visible. An array is then returned, each index in that array represent a line of the character.