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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/27/04 10:54
Read: times


 
#74958 - LCD Help!
Hi All

I want to wright to the LCD, it initializes correct but when I send a character to it, the curser shifts but no character is displayed. Can you help me?

The code is:

P3_0 = 1; // The rs line
P3_1 = 1; //The e line
P1 = 0x23; // # character
P3_1 =0;

Is there something wrong with the code?

Thanx in advance!
KR

List of 13 messages in thread
TopicAuthorDate
LCD Help!            01/01/70 00:00      
   RE: LCD Help!            01/01/70 00:00      
   RE: LCD Help!            01/01/70 00:00      
   RE: LCD Help!            01/01/70 00:00      
   RE: LCD Help!            01/01/70 00:00      
      RE: LCD Help!            01/01/70 00:00      
         RE: LCD Help!            01/01/70 00:00      
            RE: LCD Help!            01/01/70 00:00      
   RE: LCD Help!            01/01/70 00:00      
      RE: LCD Help!            01/01/70 00:00      
      RE: LCD Help!            01/01/70 00:00      
         RE: Lookup table            01/01/70 00:00      
      Use a switch statement!            01/01/70 00:00      

Back to Subject List