https://github.com/sparkfun/openlcd
An open source serial LCD (HD44780) controller based on the ATmega328.
https://github.com/sparkfun/openlcd
lcd-display lcd16x2 lcd20x4 sparkfun sparkfun-products
Last synced: 2 months ago
JSON representation
An open source serial LCD (HD44780) controller based on the ATmega328.
- Host: GitHub
- URL: https://github.com/sparkfun/openlcd
- Owner: sparkfun
- License: other
- Created: 2015-02-16T16:43:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T23:38:00.000Z (about 3 years ago)
- Last Synced: 2025-04-14T21:42:54.884Z (2 months ago)
- Topics: lcd-display, lcd16x2, lcd20x4, sparkfun, sparkfun-products
- Language: C++
- Homepage:
- Size: 2.1 MB
- Stars: 33
- Watchers: 29
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OpenLCD
=========
![]()
![]()
![]()
SparkFun 16x2 SerLCD - Black on RGB 3.3V (LCD-14072)
SparkFun 16x2 SerLCD - RGB on Black 3.3V (LCD-14073)
SparkFun 20x4 SerLCD - Black on RGB 3.3V (LCD-14074)
These AVR-based Serial Enabled LCDs are based on the HD44780 controller, and include an AVR ATmega328P with an Arduino compatible bootloader. They accept control commands via Serial, I2C and SPI.
This repo contains the firmware that runs on the SerLCD hardware. If you are looking for the Arduino Library to talk to these devices please go [here](https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library).
And thank you to all those that helped make OpenLCD better:
* **fourstix** - [Creating](https://github.com/sparkfun/OpenLCD/pull/13) an Arduino library to drive OpenLCD directly, added pipe character escaping
* **makinako** - [Changing](https://github.com/sparkfun/OpenLCD/pull/18) EEPROM writes to updates to reduce NVM wear and tear
* **ALittleSlow** - [Fixed](https://github.com/sparkfun/OpenLCD/pull/21) logic bug on ignoreRXRepository Contents
-------------------
* **/Firmware**
* **/Examples**
* **/OpenLCD**Documentation
--------------
* **[SparkFun SerLCD Arduino Library](https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library)** - Makes printing to and controlling the SerLCD a snap!
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/avr-based-serial-enabled-lcds-hookup-guide)** - Basic hookup guide for the SparkFun Open LCD Products.
* **[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products.
* **[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products.
* **[SparkFun Graphical Datasheets](https://github.com/sparkfun/Graphical_Datasheets)** -Graphical Datasheets for various SparkFun products.Product Versions
----------------
* OpenLCD
* [LCD-14072](https://www.sparkfun.com/products/14072) - SparkFun 16x2 SerLCD - Black on RGB 3.3V
* [LCD-14073](https://www.sparkfun.com/products/14073) - SparkFun 16x2 SerLCD - RGB on Black 3.3V
* [LCD-14074](https://www.sparkfun.com/products/14074) - SparkFun 20x4 SerLCD - Black on RGB 3.3VLicense Information
-------------------
The code is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!Distributed as-is; no warranty is given.