Skip to content

Node module with driver for the HT16K33 backpack and 14-segement display.

License

Notifications You must be signed in to change notification settings

markubiak/ht16k33-fourteensegment-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node module with driver for the HT16K33 backpack and 14-segement display.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%