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.

help me the pic programming to display the lcd

Status
Not open for further replies.

kichapi

Junior Member level 2
Joined
Dec 6, 2009
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,408
lcd error

hai

iam a new commer. please help me the pic programming to display the lcd

i used 16f 877a pic .i write the lcd c languge program to display name and compile

this build successful message is get . i used MPLAB ICD 3 to progam the ic

but no matter display the lcd[]
 

Re: lcd error

void main()
{
delay_ms(100);
lcd_init();
delay_ms(100);
printf(lcd_putc,"Hello....");


while(1);


}

Post your LCD type( 20x4,16x2) and port and compiler you are using...
 

Re: lcd error

kichapi said:
hai

iam a new commer. please help me the pic programming to display the lcd

i used 16f 877a pic .i write the lcd c languge program to display name and compile

this build successful message is get . i used MPLAB ICD 3 to progam the ic

but no matter display the lcd[]
 

Re: lcd error

Try corrected code here and observe pin configuration used

**broken link removed**
 

Re: lcd error

kichapi said:
kichapi said:
hai

iam a new commer. please help me the pic programming to display the lcd

i used 16f 877a pic .i write the lcd c languge program to display name and compile

this build successful message is get . i used MPLAB ICD 3 to progam the ic

but no matter display the lcd[]
PL provid schematic.zip in BMP FILE or PDF FILE
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top