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

Back to Subject List

Thread Closed: Issue successfully resolved

???
07/25/05 09:29
Read: times


 
#97959 - Possible init problem
Responding to: ???'s previous message
Ravi

This is how I initialize my LCD

/* Initialize the LCD */
void LCD_init ()
{
wait(2000);
LcdCommand = 0x38;
wait (500);
LcdCommand = 0x38;
wait (500);
LcdCommand = 0x38;
wait (500);
LcdCommand = 0x38;
wait (500);
LcdCommand = 0xe; // turn on display, cursor and no blinking
LcdCommand = 0x6; // increment cursor, no display shift
}


Jerson

List of 3 messages in thread
TopicAuthorDate
LCD 2 line display problem            01/01/70 00:00      
   Possible init problem            01/01/70 00:00      
      Problem solved            01/01/70 00:00      

Back to Subject List