Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-lcd20x4-i2c

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-lcd20x4-i2c - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

LCD20x4-I2C/i2c_lib.pyc

8

LCD20x4-I2C/LCD20x4-I2C.js

@@ -33,2 +33,8 @@ module.exports = function(RED) {

}
if (n.address !== undefined){
this.address = n.address;
}
else{
this.address = "0x27";
}

@@ -47,3 +53,3 @@ if (isNaN(this.speed)){

if (this.lcdsize == "20x4"){//|| this.lcdsize == "16x2"){ uncomment to enable 16x2 screens when supported
node.child = spawn(LCDcommand, ["writelcd",this.lcdsize,this.speed]);
node.child = spawn(LCDcommand, ["writelcd",this.lcdsize,this.speed,this.address]);
node.running = true;

@@ -50,0 +56,0 @@ node.status({fill:"green",shape:"dot",text:"OK"});

2

package.json

@@ -9,3 +9,3 @@ {

"name": "node-red-contrib-lcd20x4-i2c",
"version": "0.0.3",
"version": "0.1.0",
"description": "Driver for 20x4 LCD Display",

@@ -12,0 +12,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc