0.1.1 • Published 7 years ago

ht16k33-fourteensegment-display v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

###Fourteen segment display with HT16K33 backpack Forked from Magnus Nordin's seven segment display driver Driver for the HT16K33 backpack and 14-segement display from Adafruit.

###Installation

npm install ht16k33-fourteensegment-display

###Example

var FourteenSegment = require('ht16k33-fourteensegment-display');

var display = new FourteenSegment(0x70, 1);
display.writeString("Test");

###Licensing MIT