Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/02 18:02
Read: times


 
#20737 - RE: new info on LCD prob, Philip
Philip,

We have had a lot of LCD discussion on this board so please review these posts they will save you some time.

LCD require different delays between command and data input. Ensure you are providing this. I always look for the longest command (Clear Display Cursor to Home if i remember correctly) and use this as my general delay between writes for LCD's.

Check you RS, E, and WR lines for proper sequencing.

Once this is in place. Read about init'ing the Display. You will find that you have to set the transfer width twice in case it "wakes" in 4 bit mode (assuming you are using 8 bit mode).

Before you attempt to control the display area and cursor. Write Clear to Home preceeding each message

'420 isn't to "fast" for the Display from a signalling standpoint but if you do not delay between writes as the spec indicates don't expect much to happen.

BTW, the '420 is not uniformly single cycle per instructions but is for many, and faster overall than a '320.


regards,
p


List of 18 messages in thread
TopicAuthorDate
How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, Erik!            01/01/70 00:00      
RE: How to test a 8051            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
new info on LCD prob, please help!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please Aman            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: new info on LCD prob, solid blocks            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: LCD now manually works.            01/01/70 00:00      
RE: How to test a 8051, Erik!            01/01/70 00:00      
RE: How to test a 8051, Aman            01/01/70 00:00      
KEYPAD            01/01/70 00:00      

Back to Subject List