This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2368 interface with LCD

I am a beginner, for my project i need to interface LPC2368 with LCD. The code has to be written in C ( specified by college).

Since i have no clue about which LCD to be used and how it is to be interfaced , it will be really convenient if someone can help me out.

I have read the basics on LCD interfacing with 8051

will there be a great difference in code while interfacing it with ARM7?

also about the difference in the voltage level of ARM and LCD, i have read a few threads posted here,
if there is a difference in voltages as per data sheet , how to select the current limiting resistors

  • ... therefore, the college expects that you should be able to do it yourself

    "have no clue about which LCD to be used and how it is to be interfaced"

    The college expects that you should be able to apply what you have learned so far and have the ability to find out!

    Here are the general principles for interfacing anything to anything else: www.8052.com/.../160143

    "will there be a great difference in code while interfacing it with ARM7?"

    No.

    The details of how you deal with the specifics of the chip will differ, but the principles of what you need to do remain the same.

    Remember: the LCD neither knows nor cares what is used to drive it - it just requires the it be driven in accordance with its datasheet.

    "how to select the current limiting resistors"

    You do know Ohm's law, don't you...?