New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 0.0.3

2

package.json

@@ -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

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