1.1.0 • Published 5 years ago

@michiel.goetahls/examenopdracht v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Examenopdracht

npm badge ESLint Markdown Linter Tests

LCD Temperature

This repository has the functionality to display temperature in LCD Style.

Description

When only using the first argument of the constructor and so you only pass the temperature, you get a default output. This means you get small digits (height: 2, width: 3) and you don't get a border around the temperature.

When using the first two arguments of the constructor, you pass the temperature and enable the border when entering true.

When using the first three arguments of the constructor, you pass the temperature, enable the border (when entering true) and enable the big format when entering true (height: 4, width: 5).

Installation instructions

  1. Simply clone this repository

  2. Run the following command in the folder where you cloned the project

ts-node index.ts

Multiple usage instructions and examples

  1. Small format digits without border (Default):

    • Index.ts:

      Default

    • Output:

      Default output

  2. Small format digits with border:

    • Index.ts:

      Small with border

    • Output:

      Small with border output

  3. Big format digits without border:

    • Index.ts:

      Big without border

    • Output:

      Big without border output

  4. Big format digits with border:

    • Index.ts:

      Big with border

    • Output:

      Big without border output

License

Licensed under MIT because it does not state changes and you can use any other license.

Author information

Wrote by Michiel Goethals, Student electronics & ict @ Vives Brugge

1.1.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago