A Node-RED node to scroll messages across the node-red-node-pi-sense-hat-simulator LED display
node-red-contrib-sense-hat-scroll-message is a Node-RED node to send scrolling message to the node-red-node-pi-sense-hat-simulator node. It works like an intermediate node, scrolling all messages contained in msg.payload
in the LED display of the sense-hat simulator output node.
Note: This isn’t a replacement to the still unimplemented displaying message feature of the node-red-node-pi-sense-hat-simulator. This is meant to be a helper node to support such feature while it is not available.
To install the package, just run the following command in your Node-RED user
directory (usually ~/.node-red
):
npm install node-red-contrib-sense-hat-scroll-message
#ffffff
#000000
(equivalent to off
)The scrolling algorithm was based on the solution present in:
McRoberts, M. (2013). Beginning Arduino. Apress.
node-red-contrib-sense-hat-scroll-message is available under the MIT license. See the LICENSE file for more info.