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

ARM7 and Winstar Graphic LCD

Hello everyone, I am working with the lpc2148 board and I am trying to interface it to a graphic LCD WG320240C0. The code I am trying it is not working. I have checked the control and data bus connections and it seems ok. I believe is that it is not working because of voltage level issues. The ARM works with 3.3V and the screen does it with 5V.
Could this be as i say?
How can I solve the problem? i have already tried with pull-ups but it didnt chage.
I also have doubts on how to connect the backlight and the LCD driving voltage. I dont want to blow anything...
Which are the correct input voltage for each?
thanks for the time

Parents
  • So nothing to do with Keil, then?!

    " The ARM works with 3.3V and the screen does it with 5V. Could this be as i say?"

    The Datasheets will tell you that!

    "How can I solve the problem?"

    Study the Datasheets, and visit the manufacturer's website - there is certain to be some documentation (eg, Application Notes) about 5V-to-3V3 interworking.

    If all else fails, companies such as TI, National, et al make voltage level translators.

    "I also have doubts on how to connect the backlight"

    Again, see the Datasheet.

    "I dont want to blow anything..."

    That's why it is essential that you study the Datasheet before connecting anyhing!

    "Which are the correct input voltage for each?"

    Datasheet!

Reply
  • So nothing to do with Keil, then?!

    " The ARM works with 3.3V and the screen does it with 5V. Could this be as i say?"

    The Datasheets will tell you that!

    "How can I solve the problem?"

    Study the Datasheets, and visit the manufacturer's website - there is certain to be some documentation (eg, Application Notes) about 5V-to-3V3 interworking.

    If all else fails, companies such as TI, National, et al make voltage level translators.

    "I also have doubts on how to connect the backlight"

    Again, see the Datasheet.

    "I dont want to blow anything..."

    That's why it is essential that you study the Datasheet before connecting anyhing!

    "Which are the correct input voltage for each?"

    Datasheet!

Children