[sensehatsim] Add support for scrolling text

This commit is contained in:
Nick O'Leary
2020-06-18 00:44:17 +01:00
parent 696a99eaa3
commit 98d5df965c
5 changed files with 212 additions and 124 deletions

View File

@@ -1,18 +1,22 @@
{
"name" : "node-red-node-pi-sense-hat-simulator",
"version" : "0.0.2",
"description" : "A Node-RED node to simulate a Raspberry Pi Sense HAT",
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensehatsim"
"name": "node-red-node-pi-sense-hat-simulator",
"version": "0.1.0",
"description": "A Node-RED node to simulate a Raspberry Pi Sense HAT",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/sensehatsim"
},
"dependencies": {
"ws": "0.8.1"
"ws": "~6.2.1"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "sensehat", "astropi" ],
"node-red" : {
"nodes" : {
"keywords": [
"node-red",
"sensehat",
"astropi"
],
"node-red": {
"nodes": {
"sensehatsim": "sensehatsim.js"
}
},