Options
All
  • Public
  • Public/Protected
  • All
Menu

The DigitconvertNormal 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.

Hierarchy

  • DigitConverterNormal

Index

Properties

Private digitsArray

digitsArray: boolean[] = []

Private digitsString

digitsString: string[] = []

Methods

converter

  • converter(): void

getDigits

  • getDigits(): string[]

setDigits

  • setDigits(input: boolean[]): void

Generated using TypeDoc