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.

Facing Problem Interface LPC2138 to LCD

Status
Not open for further replies.
I include that stdio.h file but still not working.
Tell me will you able to run this code in your proteus, Is it working fine ?
Because if it is that then their might be problem with my proteus.

Also I tried different print routine.
Code:
void lcdputs (unsigned char *s)
{
	while(*s)
	{
		DAT(*s++);
	}
}
I tried to change unsigned to const and vice versa
And send the value by this code
Code:
lcdputs("welcome");
Actually this is working in actual hardware as I tried before, but not here on proteus

It works great in proteus. i tried and worked well .reinstall proteus and try
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top