node-red-contrib-lcd20x4-i2c
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -9,3 +9,3 @@ { | ||
"name": "node-red-contrib-lcd20x4-i2c", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Driver for 20x4 LCD Display", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -0,1 +1,8 @@ | ||
Dependencies: SMBus, enable i2c in raspi-config | ||
``` | ||
sudo apt-get install python-smbus | ||
sudo raspi-config | ||
Interfacing Options>I2C>Enable | ||
``` | ||
This node will accept an object `msg.payload.msgs`. If the object passed does not contain 4 lines, the difference is filled with blank lines. | ||
@@ -2,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
27839
47