lcd + pic18f4550 - string printing problem

Status
Not open for further replies.

dioscarey

Newbie level 2
Joined
Oct 5, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
mexico
Activity points
1,303
lcd + pic18f4550

ok, I cant put a word in my lcd but i can put a string with putsXLCD()

this is my code and when i run my program my lcd just blinkin

this is the code;
void main( void )
{

OpenXLCD(FOUR_BIT & LINES_5X7);

putrsXLCD("hello");

while(1){
}
}
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…