Compare commits
1 commit
6110039314
...
54f1b959f0
Author | SHA1 | Date | |
---|---|---|---|
54f1b959f0 |
2 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,5 @@
|
|||
"brightness": 200,
|
||||
"gpio": 18,
|
||||
"type": "grb",
|
||||
"fade_ticks": 25,
|
||||
"sleep_time": 100
|
||||
"fade_ticks": 25
|
||||
}
|
|
@ -54,7 +54,7 @@ export function tick() {
|
|||
tick_pattern();
|
||||
}
|
||||
ws281x.render(pixels);
|
||||
ws281x.sleep(cfg.sleep_time || 500);
|
||||
ws281x.sleep(500);
|
||||
}
|
||||
|
||||
function fade(index) {
|
||||
|
|
Loading…
Reference in a new issue