Hello There, Anybody help me to locate an example programe in C51 for hitachi LCD panel with 4 bit interface Thanks
Here's 19500 to get you started: http://uk.altavista.com/web/results?itag=wrx&q=%2B8051+%2Blcd+%2B%224-bit%22&kgs=0&kls=0 http://www.8052.com/forum/read.phtml?id=78008
Hi Thomas, ypu'll find a complete C library and a simulation for the Keil IDE on my homepage (http://www.c51.de). Mike
Thanks Mike.Nice work.I was not able to download.cannot follow language in some messages.Will try later. I am looking for a 4 bit interface with busy check if possible Bye
Hi Roy, 4-bit mode with busy. Write an eMail at my home address support@51.de. I'll send you the complete project and the simulation DLL. Mike
Hi Roy, I was wondering if you managed to locate a program in C51 for the 4 bit LCD interface? I am currently trying to interface an LCD to the ADuc831 microcontroller (12Mhz external clock, divided down internally to run at 1Mhz, thereby one instruction takes 1us), but with no real luck. I am only writing to the display and not reading from it, therefore i use delays while the controller is busy performing the instruction. In fact I have exaggerated these delays in an effort to get it to work! I've tied the VDD pin to the DVDD pin on my eval board, and the V0 pin to DGND pin on the eval board also, and use port 2 for the other pins. I'd be grateful if you could provide me with any help, I can send you on the current version of my code if u need it? Thanking you in advance Dave Ireland
Hai I have completed the programe myself. LCD 4 bit interface with busy. It uses only one port ie port0 .Lower nibble as data lines and the upper bits for controll.One pin is free. it is working alright. If any help reqd contact roythomaskcc@hotmail.com i have tested it on 89S52 and cygnal 020. Ok there. Regards