Discussion Forum

LCD PROBLEM

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
PRANAM gharat
Posted
5-Feb-2007 09:41 GMT
Toolset
ARM
New! 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?

Read-Only
Author
Andy Neil
Posted
5-Feb-2007 10:59 GMT
Toolset
ARM
New! RE: LCD PROBLEM

"is this the cause of problem?"

As you haven't actually said what your problem is, it is impossible to guess what might cause it!

Read-Only
Author
PRANAM gharat
Posted
5-Feb-2007 11:10 GMT
Toolset
ARM
New! RE: LCD PROBLEM

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

Read-Only
Author
Jonny Doin
Posted
6-Feb-2007 23:17 GMT
Toolset
ARM
New! LCD SHOWING NOTHING

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?

Next Thread | Thread List | Previous Thread Start a Thread | Settings