Skip to content

HdC-87/TM1637-node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

This class (tm1637.js) is designed to use the TM1637 led display driver with node js. Because wiringPi is no longer available, I have decided to define a new class using pigpio to drive the TM1637 led display controller.

So, before using this class, it is necessary to install pigpio. https://npm.io/package/pigpio

You have several examples to use this class :

  • display a decimal number
  • display hex number
  • display and scroll text (some letters are not available)

Example: the command line

sudo node decimalNumber.js

will show you some possibilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors