Skip to content

vascoferraz/Hitachi-HD44780-LCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hitachi-HD44780-LCD

The Hitachi HD44780 LCD module is well-known not only in the hobbyist and small business but also in the professional industry, which uses these displays in machine/man interfaces like printers, telephones, uninterruptible power supplies, diesel generators, and other industrial equipment.

This LCD is cheap, easy to use, and it comes in a few number of size configurations: 8×1 (one row of eight characters), 16×2, 20×2, 20×4…

For this project, I am going to use a simple library called LiquidCrystal. But don't worry, this library is included in the standard package of Arduino 1.0.10 (or later).

For this project you need:

  • Arduino Nano 3.0
  • Hitachi HD44780 LCD module
  • 10kOhm trimmer (to regulate the LCD contrast)
  • Breadboard and wires

Now you have to replicate the circuit below:

alt text

Upload the code to the board.

For more information about this library, you can read the official Arduino's LiquidCrystal tutorial, where you can find more useful functions and examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages