Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BinaryConverter

A class that accepts the number in binary form and settings, converts to segment states and sends it to PrintLCD class

Hierarchy

  • BinaryConverter

Index

Constructors

constructor

Properties

segmentA

segmentA: string[]

segmentB

segmentB: string[]

segmentC

segmentC: string[]

segmentD

segmentD: string[]

segmentE

segmentE: string[]

segmentF

segmentF: string[]

segmentG

segmentG: string[]

Methods

convertToSegment

  • convertToSegment(output: Array<string>, border: boolean, doubleSize: boolean): void
  • A method that accepts the number in binary form and settings, converts to segment states and sends it to PrintLCD class

    Parameters

    • output: Array<string>

      An array that contains the number in binary form

    • border: boolean

      Represents the state of the border

    • doubleSize: boolean

      Represents the state of the size

    Returns void

Generated using TypeDoc