#006 Better with Bacon on an LCD
A simple “Hello World” test of a 16x2 LCD module.

Notes
Demonstrates the use a 16x2 LCD display. The LiquidCrystal library works with all LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface.
A variable resistor is used to trim contrast, and the LCD backlight is powered from the 5V rail.
Construction
Designed with Fritzing: see BetterWithBacon.fzz.



The Sketch
See BetterWithBacon.ino.
Credits and References
- LEAP#749 HD44780-based LCD Modules (e.g. QC1602A)
- Based on the Arduino LiquidCrystal example
- Arduino Cookbook - 11.1 Connecting and Using a Text LCD Display