Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

executable file
·
20 lines (15 loc) · 500 Bytes

###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