[Announce] node-red-contrib-lcd

About

This module is lcd node for node red. in this node you can write a string to liquid crystal lcd.

Install via Git

Run the following code in your raspberry pi terminal

cd /home/pi/.node-red/node_modules
git clone https://github.com/erfanjahanshahlo/node-red-contrib-lcd.git

and restart your node red server or reboot your raspberry pi.

Install via npm

Run the following code in your raspberry pi terminal

cd /home/pi/.node-red/node_modules
npm install node-red-contrib-lcd

and restart your node red server or reboot your raspberry pi.

Install via Download

in step one download this repository and rename main folder to node-red-contrib-lcd like the schematic below and copy to /home/pi/.node-red/node_modules path in your raspberry pi and restart your node red server or reboot your raspberry pi.

-node-red-contrib-lcd
---driver
------codecs
---------init.py
---------hd44780_a00.py
---------hd44780_a02.py
------init.py
------common.py
------compat.py
------contextmanagers.py
------gpio.py
------lcd.py
---package.json
---lcd.py
---lcd.js
---lcd.html

Getting started

Here's how to send data to this node.

ROW,COL:YOUR TEXT

for clear lcd send 1,1: to the node to clear lcd.
in node settings form in pins, type you must enter the pins to which the LCD is attached and the number of rows and columns shown below. Note that the pin numbering are physical and board not BCM. if not set pins and the row,cols the node not working.

RS,EN,D4,D5,D6,D7,ROW,COL

Be careful not to use any spaces in any of these commands.

Example

example_node

Hi,

before you push this to npm can you please check the packaging guidelines - in particular the naming. https://nodered.org/docs/creating-nodes/packaging

We try to keep node-red-node-... for nodes that are maintained by the core project and node-red-contrib-... for 3rd party nodes. Also please note we already have an LCD node for Pi here - https://flows.nodered.org/node/node-red-node-pilcd so we would rather you worked with us to enhance that, than create another node that may confuse users.

Many thanks

1 Like

Very very thanks. The package name edited.

1 Like