Skip to content

simple version of node, wrap a cool python package for max7219

Notifications You must be signed in to change notification settings

hoanganh25991/node-max7219

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node max7219

Simple version of node wrap a really cool python package for max7219 rm-hull/max7219

Usage:

var Max7219 = require('node-max7219');

var originOptions = {
	device: 'sevensegment',
	cascaded: 2,
	brightness: 7,
	vertical: false
};

var max7219 = Max7219(options);

max7219.drawText('hello world');

Note:

you must read rm-hull/max7219 guide to install enough dependencies which let node exec python code follow these steps: https://luma-led-matrix.readthedocs.io/en/latest/install.html

Review on YouTube:

About

simple version of node, wrap a cool python package for max7219

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published