LCD interfacing sources

Thread Starter

baba_bhuri

Joined Jul 2, 2013
17
Hi , I am leaning to interface 16*2 LCD with my ATMEGA 328 micro.
I googled a lot but unfortunately most of the tutorials focused a lot on programming aspect without revealing the detailed working of LCD .
I am looking for tutorial which also focuses on hardware aspects (from an interfacing perspective)of LCD .
Kindly point out appropriate sources.
 

tshuck

Joined Oct 18, 2012
3,534

donpetru

Joined Nov 14, 2008
185
Hi , I am leaning to interface 16*2 LCD with my ATMEGA 328 micro.
I googled a lot but unfortunately most of the tutorials focused a lot on programming aspect without revealing the detailed working of LCD .
I am looking for tutorial which also focuses on hardware aspects (from an interfacing perspective)of LCD .
Kindly point out appropriate sources.
What compiler are you using? C ++, PASCAL, BASIC ??
The simplest method for interfacing a LCD2x16 is 4 bit mode. See mikroC for AVR help.
 
Top