Difference between revisions of "Interfacing LCDs with AVR Breakout"
Line 7: | Line 7: | ||
Refer [[LCD_16_x_2_Interfacing_with_8051|8051 Tutorial]] for basics of character LCDs | Refer [[LCD_16_x_2_Interfacing_with_8051|8051 Tutorial]] for basics of character LCDs | ||
=Hook Up= | =Hook Up= | ||
− | [[file:Lcd_AVRbreakout]] | + | [[file:Lcd_AVRbreakout.png]] |
+ | |||
=Code= | =Code= | ||
=Demo= | =Demo= | ||
=Downloads= | =Downloads= |
Revision as of 12:00, 1 April 2016
In this tutorial let's interface a 16x1,16x2 and 20x4 character display with AVR breakout board. For this tutorial we will require a LCD Breakout.
Contents
Basics
LCD can be interfaced with AVR breakout in two modes i.e. 8 bit and 4 bit. Let's
interface it in 4 bit mode.We will connect the display in 4 bit mode. You can change it to 8 bit mode making changes in connections and corresponding code. Hardware connections remain same for LCD 16x1,16x2,20x4 as shown in hook up.
Refer 8051 Tutorial for basics of character LCDs