node-red-contrib-lcd20x4-i2c
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,4 +9,4 @@ { | ||
"name": "node-red-contrib-lcd20x4-i2c", | ||
"version": "0.1.0", | ||
"description": "Driver for 20x4 LCD Display", | ||
"version": "0.1.1", | ||
"description": "Driver for 20x4 HD44780 LCD Display connected via I2C PCF8574", | ||
"license": "MIT", | ||
@@ -21,3 +21,7 @@ "repository": { | ||
"LCD", | ||
"20x4 LCD" | ||
"20x4 LCD", | ||
"PCF8574", | ||
"PCF8574T", | ||
"PCF8574AT", | ||
"HD44780" | ||
], | ||
@@ -24,0 +28,0 @@ "node-red": { |
@@ -0,1 +1,3 @@ | ||
This node is a driver for 20x4 HD44780 LCD Display connected via I2C PCF8574 | ||
Dependencies: SMBus, enable i2c in raspi-config | ||
@@ -2,0 +4,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36491
49