C H A P T E R  8

Image

Liquid Crystal Displays

Let's investigate another popular method of displaying text and symbols, the LCD (Liquid Crystal Display). LCDs are the displays typically used in calculators and alarm clocks. Many Arduino projects involve LCDs, so it's essential that you know how to use them. LCD displays require driver chips to control them; these are built into the display. The most popular type of driver chip is the Hitachi HD44780 (or compatible).

Creating projects based around LCD displays is nice and easy thanks to an array of readily available LCD code libraries. The Arduino IDE comes with a library called LiquidCrystal.h that ...

Get Beginning Arduino now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.