node-max7219
v1.0.23
Published
max7219 for raspberry pi with node, by wrapper a really cool python package rm-hull/max7219
Downloads
19
Maintainers
Readme
#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__
##Review on youtube: