Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top