ht16k33-fourteensegment-display
v0.1.1
Published
Driver for the HT16K33 backpack and 14-segement display
Downloads
13
Maintainers
Readme
###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