Skip to content

particle-iot/Serial_LCD_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for the 16x2 SparkFun Serial LCD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages