Basic Character LCD Hookup Guide
Resources and Going Further
Now that you've successfully got your basic character LCD up and running, it's time to incorporate it into your own project! For more information, check out the resources below:
- Schematic (JPG) - Old application circuit in a schematic view for a 16x2 basic character LCD.
- Datasheets
- OLD SIK Guide LCD Example (PDF) - Old SIK example for Arduino with insert.
- Custom Character Generator (ZIP)
- Online Custom Character Generator
- mBed Example Code
- AVR Example Code
- Arduino Reference Library: LiquidCrystal
Need some inspiration for your next project? Check out some of these related tutorials to use the display in javascript, create your own game using custom characters, or display sensor data on your screen.
Experiment Guide for the Johnny-Five Inventor's Kit
Use the Tessel 2 and the Johnny Five Inventors kit to explore the world of JavaScript enabled hardware through 14 awesome experiments!
Endless Runner Game
We make a simple side-scrolling endless runner game using parts from the SparkFun Inventor's Kit v4.0.
SparkFun Inventor's Kit Experiment Guide - v4.0
The SparkFun Inventor's Kit (SIK) Experiment Guide contains all of the information needed to build all five projects, encompassing 16 circuits, in the latest version of the kit, v4.0a.
Instead of using a parallel interface, you can also try using a serial connection to reduce the amount of wires.
PIC-Based Serial Enabled Character LCD Hookup Guide
The PIC-based serial enabled character LCD backpack is a simple and cost effective solution for interfacing to character Liquid Crystal Displays (LCDs) based on the HD44780 controller. The backpack simplifies the number of wires needed and allows your project to display all kinds of text and numbers.
AVR-Based Serial Enabled LCDs Hookup Guide
The AVR-based Qwiic Serial Enabled LCDs are a simple and cost effective solution to include in your project. These screens are based on the HD44780 controller, and include ATmega328P with an Arduino compatible bootloader. They accept control commands via Serial, SPI and I2C (via PTH headers or Qwiic connector). In this tutorial, we will show examples of a simple setup and go through each communication option.
Or check out this activity if you are an educator.
SIK LCD Tutorial Activity
SIK LCD Tutorial simplifies the wiring and usage of the parallel LCD module that is included in the SIK.