December 2010
Beginner
455 pages
10h 47m
English
![]()
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 ...
Read now
Unlock full access