Compare commits
1 commit
c6446de63c
...
edcc3ad757
Author | SHA1 | Date | |
---|---|---|---|
edcc3ad757 |
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
import * as ws281x from 'rpi-ws281x'
|
import * as ws281x from 'rpi-ws281x'
|
||||||
|
|
||||||
if (!global.cfg) {
|
if (!global.cfg) {
|
||||||
const cfg = require('./config.json');
|
global.cfg = {}
|
||||||
|
|
||||||
global.cfg = cfg || {};
|
|
||||||
}
|
}
|
||||||
const fade_ticks = global.cfg.fade_ticks || 10;
|
const fade_ticks = global.cfg.fade_ticks || 10;
|
||||||
var pixels = new Uint32Array(global.cfg.leds);
|
var pixels = new Uint32Array(global.cfg.leds);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue