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

LCD PROBLEM

hi,i am working on lpc 2106 .i have interfaced lcd in 4bit mode succesfully.

pins i used when it is working. EN=P0.22 RS=PO.23

D4=P0.3 D5=P0.4 D6=P0.5 D7=P0.6

but to use spi port i have changed data lines
to
D4=P0.26
D5=P0.27
D6=P0.28
D7=P0.29

direction control and pinsel i have checked several times it seems to be ok.

is DGBSEL need to be grounded?
i heve left unconnected is this the cause of problem?

Parents Reply Children
  • SORRY! MY PROBLEM IS LCD IS SHOWING NOTHING
    ONLY PLANE UPPER LINE SEEMS TO BE NOT GET INITIALISED.

  • From your description we should think that you are praying for the LCD to work by magic.

    1) How are you initializing the display? What and how many are the init sequences you are sending, and what is the period between init sequences?
    2) Are you sending any data to the display at all?
    3) Are you paying attention to the LCD control lines timing? The ARM is a quite fast processor, so you can easily send pulses less than 100ns wide.
    4) What is the VCC of the LCD and the ARM?
    5) Are you sure the output signals are being generated at all?