sparkfun / OpenLCD

An open source serial LCD (HD44780) controller based on the ATmega328.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

And thank you to all those that helped make OpenLCD better:

  • fourstix - Creating an Arduino library to drive OpenLCD directly, added pipe character escaping
  • makinako - Changing EEPROM writes to updates to reduce NVM wear and tear
  • ALittleSlow - Fixed logic bug on ignoreRX

Repository Contents

  • /Firmware
    • /Examples
    • /OpenLCD

Documentation

Product Versions

  • OpenLCD
    • LCD-14072 - SparkFun 16x2 SerLCD - Black on RGB 3.3V
    • LCD-14073 - SparkFun 16x2 SerLCD - RGB on Black 3.3V
    • LCD-14074 - SparkFun 20x4 SerLCD - Black on RGB 3.3V

License 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.

About

An open source serial LCD (HD44780) controller based on the ATmega328.

License:Other


Languages

Language:C++ 97.8%Language:C 2.2%