mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace
This commit is contained in:
25
hardware/LEDborg/README.md
Normal file
25
hardware/LEDborg/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
node-red-node-ledborg
|
||||
=====================
|
||||
|
||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to control a <a href="https://www.piborg.org/ledborg" target="_new">PiBorg LedBorg</a> baord for a Raspberry Pi.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in the root directory of your Node-RED install
|
||||
|
||||
npm install node-red-node-ledborg
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
A PiBorg LedBorg LED output node that expects a <b>msg.payload</b> with a three digit rgb triple, from <b>000</b> to <b>222</b>. I.E. there are only 27 possible colours.
|
||||
|
||||
See <i><a href="http://www.piborg.com/ledborg/install" target="_new">the PiBorg site</a></i> for more information.
|
||||
|
||||
You can also now use a <b>msg.payload</b> in the standard hex format "#rrggbb". The clip levels are :
|
||||
|
||||
><pre>0x00 - 0x57 = off<br/>0x58 - 0xA7 = 50%<br/>0xA8 - 0xFF = fully on</pre>
|
||||
|
||||
You can also use the @cheerlight colour names - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black
|
Reference in New Issue
Block a user