particle-iot/Serial_LCD_Library

Name: Serial_LCD_Library

Owner: Particle

Description: A library for the 16x2 SparkFun Serial LCD

Created: 2015-08-25 18:54:42.0

Updated: 2015-08-25 18:57:42.0

Pushed: 2018-01-03 18:44:17.0

Homepage: null

Size: 6

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is a port of the wonderful library found here: http://playground.arduino.cc/Code/SerLCD The documentation there will explain all the functions available, and I expect them all to work EXCEPT when it says lcd.print() If you're copying example code, you'll need to change those to Serial1.print()… and that's it!

The wiring is simple- Provide appropriate power and ground (there are 5v and 3.3v varieties of the LCD) and connect the LCD's RX pin to the Core or Photon's TX pin!_

Examples
  1. Basic use - A very short example showing LCD clearing and printing
  2. Internet display - Using Spark.function() to send messages to the LCD

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.