<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>4 line display</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/40319/4-line-display</link><description> 
Hello Everyone, 
I want LCD command code to interface 4 line LCD with LPC 2148.So
please help me. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: 4 line display</title><link>https://community.arm.com/thread/81434?ContentTypeID=1</link><pubDate>Sun, 15 Sep 2013 22:23:34 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6e38157a-e9f4-4924-b913-88c249a4bd10</guid><dc:creator>NIKHIL PANGAVHANE</dc:creator><description>&lt;p&gt;&lt;p&gt;
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 .&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 4 line display</title><link>https://community.arm.com/thread/62263?ContentTypeID=1</link><pubDate>Sun, 15 Sep 2013 06:35:02 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:2b89fd87-6e10-4714-8fc5-2de8c6541861</guid><dc:creator>PinkyAndBrain JFK</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hi Nilesh,&lt;/p&gt;

&lt;p&gt;
To be honest,your request is too straight forward, and lacks of
the important information.&lt;br /&gt;
You&amp;acute;ll probably won&amp;acute;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&amp;acute;n wrote a type number, while the
information about your controller is more or less useless.&lt;/p&gt;

&lt;p&gt;
The only help i can give you is my init for a &amp;quot;hdm-16416h&amp;quot;. Badly
i didn&amp;acute;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.&lt;br /&gt;
Also i don&amp;acute;t know how long the delay&amp;acute;s are, it&amp;acute;s
just a hobby thing and i don&amp;acute;t have time or menthal power in
the enevings to do everything fancy.&lt;/p&gt;

&lt;pre&gt;
        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);
&lt;/pre&gt;

&lt;p&gt;
.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 4 line display</title><link>https://community.arm.com/thread/68360?ContentTypeID=1</link><pubDate>Sat, 14 Sep 2013 14:40:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:561033ea-7aa0-42b1-920b-d03e8bf82805</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hi, everyone.&lt;/p&gt;

&lt;p&gt;
I want source code for Windows 8, so I can see if the mess can be
fixed. Someone, please help me.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>