examenopdracht-tarikverschaetse

0.1.0 • Public • Published

Product Name

Examenopdracht 2020 - Temperatuur LCD Display

Installation

git clone git@github.com:vives-software-engineering-2020/examenopdracht-TarikVerschaetse.git

Usage example

index.ts:

import Display from './src/display'

const display = new Display();

let border = true
let fontSize = "normal"
display.toString(9.9)
 
display.printDisplay(border, fontSize)

If you want your display to have borders, you can set the value of let border to true, if you don't want a border, you need to set false. There are 2 font sizes, a normal font and a bigger one. To change the size you can adjust the value between the " "; "normal" for the normal sized font and "big" for the bigger font. The temperature only supports values between -99.9 and 99.9 and you need to type a . because a , won't work.

Meta

Tarik Verschaetse – tarik.verschaetse@student.vives.be

https://github.com/vives-software-engineering-2020/examenopdracht-TarikVerschaetse

Contributing

  1. Fork it (https://github.com/vives-software-engineering-2020/home-automation-TarikVerschaetse/fork)
  2. Create your feature branch (git checkout -b vives-software-engineering-2020/examenopdracht-TarikVerschaetse)
  3. Commit your changes (git commit -m 'fork examenopdracht')
  4. Push to the branch (git push origin vives-software-engineering-2020/examenopdracht-TarikVerschaetse)
  5. Create a new Pull Request

Readme

Keywords

none

Package Sidebar

Install

npm i examenopdracht-tarikverschaetse

Weekly Downloads

2

Version

0.1.0

License

ISC

Unpacked Size

33.9 kB

Total Files

11

Last publish

Collaborators

  • tarikverschaetse