Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 502 Bytes

Use-an-LCD-with-Arduino.md

File metadata and controls

10 lines (7 loc) · 502 Bytes
title id
Use an LCD with Arduino
4894711239708

You can easily connect a liquid crystal display (LCD) with an Arduino to display data.

The LiquidCrystal library allows you to control LCD displays based on the Hitachi HD44780 chipset (which is found on most text-based LCDs).

See this guide on how to wire an LCD to an Arduino board and use the LiquidCrystal library