johnty / node-red-contrib-i2clcd

node-red node for 1602 i2c-based backpacks
5 stars 8 forks source link

Node Version Notice: Doesn't work with v10!!

Intro and Usage

img here

A simple node-red node that provides basic control of 1602 LCD's with i2c driver backpacks (using PCF8574P drivers). Based on the i2c-lcd library.

Use topic line1 and line2 to send message payload to each line, and topic init to clear screen. Currently not checking for lengths.

Tested on Raspbian Jessie and should work with all RPi models.

Requirements

Install Instructions:

cd ~/.node-red/node_modules

git clone https://github.com/johnty/node-red-contrib-i2clcd

cd ~/.node-red/node_modules/node-red-contrib-i2clcd

npm i

Notes


Johnty Wang (johnty.wang@mail.mcgill.ca)

Input Devices and Music Interaction Laboratory
McGill University

In collaboration with Infusion Systems

July 2016