Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/particle-iot/Serial_LCD_Library
A library for the 16x2 SparkFun Serial LCD
https://github.com/particle-iot/Serial_LCD_Library
Last synced: about 1 month ago
JSON representation
A library for the 16x2 SparkFun Serial LCD
- Host: GitHub
- URL: https://github.com/particle-iot/Serial_LCD_Library
- Owner: particle-iot
- License: other
- Created: 2015-08-25T18:54:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T18:44:17.000Z (almost 7 years ago)
- Last Synced: 2024-05-20T00:12:15.602Z (7 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 47
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-particle - Serial_LCD_Sparkfun
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