A Class created for the underscore segment used in the 7 segment dispaly.
This class takes in a boolean to know if a underscore should be returned or an empty space. These are used for the a, d, g segments.
´´´ts import UnderscoreSegment from './UnderscoreSegment' a = false;
let Asegment = new UnderscoreSegment(a); Asegment.print(); ´´´
Generated using TypeDoc
A Class created for the underscore segment used in the 7 segment dispaly.
This class takes in a boolean to know if a underscore should be returned or an empty space. These are used for the a, d, g segments.
´´´ts import UnderscoreSegment from './UnderscoreSegment' a = false;
let Asegment = new UnderscoreSegment(a); Asegment.print(); ´´´