Hi SAPAN,
First, I presume you want to interface to a LCD character module such as 2 line x 20 char (or 16x2 or 40x2 etc). The vast majority of these are based on the old Hitachi LSI controller HD44780.
Second, as these are setup for a TTL interface then they work perfectly well, within spec, when connected to a 3/3.3v i/o. Just run the MPU on 3/3.3v, the LCD on 5v and connect directly. Connecting the bias pot to 3.3v gives a better range as you never need a high voltage. The easiest way is to simply tie R/W to GND and use time delays where required.
As for how to control it you can refer to the documentation for the controller on your module or there are some good refences on this site:
An old HC05 manual that shows you how to do it all in assembler:
and some more modern application notes:
AN1774
AN2940 and its software AN2940sw.zip
and others.
Just plug these into the keyword search at the top right.
Also try LCD in the search box to reveal much more.
Good Luck!
Message Edited by peg on
2007-10-21 11:06 AM