ht16k33-fourteensegment-display

0.1.1 • Public • Published

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

Dependents (2)

Package Sidebar

Install

npm i ht16k33-fourteensegment-display

Weekly Downloads

10

Version

0.1.1

License

MIT

Last publish

Collaborators

  • markubiak