Hello Everyone, I want LCD command code to interface 4 line LCD with LPC 2148.So please help me.
Hi, everyone.
I want source code for Windows 8, so I can see if the mess can be fixed. Someone, please help me.
Hi Nilesh,
To be honest,your request is too straight forward, and lacks of the important information. You´ll probably won´t find someone who uses the same hardeware setup that you can plug and play some code. So in the end the only usefull information you can obtain is the init commands for your display. But you did´n wrote a type number, while the information about your controller is more or less useless.
The only help i can give you is my init for a "hdm-16416h". Badly i didn´t found out how really to use all the 4 lines, because currently i have more urgent issues and thereby it just writes on the 1st and 3rd line. Also i don´t know how long the delay´s are, it´s just a hobby thing and i don´t have time or menthal power in the enevings to do everything fancy.
LcdWriteCmd(0x30); LongDelay(1); LcdWriteCmd(0x30); LongDelay(1); LcdWriteCmd(0x30); LongDelay(1); LcdWriteCmd(0x3C); LongDelay(1); LcdWriteCmd(0x38); LongDelay(1); LcdWriteCmd(0x08); LongDelay(1); LcdWriteCmd(0x01);//0F); LongDelay(1); LcdWriteCmd(0x02); LongDelay(1); LcdWriteCmd(0x06); LongDelay(10); LcdWriteCmd(0x0E);
.
Hello Jasson, Thank u for Reply,I am using JHD204A 4x20 LCD.I want to interface it with the LPC 2148.so please send me code .