<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using LCD Module with AVRs</title>
	<atom:link href="http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:41:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Murali</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-38070</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-38070</guid>
		<description>Thanks alot for providing this much of valuable information in easy to use LCD library.In this code i made two changes i.e.,1)connected R/W pin to GND,and commented LCDBusyLoop(); 2 times one at InitLCD and second at LCDByte(); insted of busy loop function i inserted a delay 10 ms, so here i saved one M.C.U pin.  
            2)I connected data  pins(D4,D5,D6,D7) from LCD to higher nibble at MCUport(PD4,PD5,PD6,PD7)
with some changes at InitLCD();LCDByte();,it is working good.My question is it ok eliminate reading data from L.C.D or it&#039;s needed,
 Thanks&amp;Regards
  Murali,
Waiting for your reply....</description>
		<content:encoded><![CDATA[<p>Thanks alot for providing this much of valuable information in easy to use LCD library.In this code i made two changes i.e.,1)connected R/W pin to GND,and commented LCDBusyLoop(); 2 times one at InitLCD and second at LCDByte(); insted of busy loop function i inserted a delay 10 ms, so here i saved one M.C.U pin.<br />
            2)I connected data  pins(D4,D5,D6,D7) from LCD to higher nibble at MCUport(PD4,PD5,PD6,PD7)<br />
with some changes at InitLCD();LCDByte();,it is working good.My question is it ok eliminate reading data from L.C.D or it&#8217;s needed,<br />
 Thanks&amp;Regards<br />
  Murali,<br />
Waiting for your reply&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Attila</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37303</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37303</guid>
		<description>Nice project, helped me a lot!
Does this library handle 16x4 or 20x4 LCD-s with HD44780 controller?

Thanks, Attila</description>
		<content:encoded><![CDATA[<p>Nice project, helped me a lot!<br />
Does this library handle 16&#215;4 or 20&#215;4 LCD-s with HD44780 controller?</p>
<p>Thanks, Attila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37161</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 03 Jan 2012 03:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37161</guid>
		<description>Instead write

LCDData(96);

you can use any valid ASCII code as parameter.</description>
		<content:encoded><![CDATA[<p>Instead write</p>
<p>LCDData(96);</p>
<p>you can use any valid ASCII code as parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37138</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Mon, 02 Jan 2012 17:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37138</guid>
		<description>Great, I&#039;m looking forward this new edition.
If I want to display specific character from lcd ascii table should I write
LCDWriteString(223) ?</description>
		<content:encoded><![CDATA[<p>Great, I&#8217;m looking forward this new edition.<br />
If I want to display specific character from lcd ascii table should I write<br />
LCDWriteString(223) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37112</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 02 Jan 2012 04:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37112</guid>
		<description>other wise you may try SoftI2C

http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/</description>
		<content:encoded><![CDATA[<p>other wise you may try SoftI2C</p>
<p><a href="http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/" rel="nofollow">http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37111</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 02 Jan 2012 04:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37111</guid>
		<description>@Filip,

Nice question. Although our internal version has support, yet the public version is short on that feature.

Soon we will release the custom char supported version.</description>
		<content:encoded><![CDATA[<p>@Filip,</p>
<p>Nice question. Although our internal version has support, yet the public version is short on that feature.</p>
<p>Soon we will release the custom char supported version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-37104</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Sun, 01 Jan 2012 21:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-37104</guid>
		<description>This is very good and easy to use lcd library.
I have 2 questions: Is there possibility to make custom characters with this library?
How can I print character which exist in lcd rom but is not available throu keyboard? Like some lcd special characters. For example degree symbol ° is not available throu keyboard, or am I wrong?

Thanks,
regards
filip</description>
		<content:encoded><![CDATA[<p>This is very good and easy to use lcd library.<br />
I have 2 questions: Is there possibility to make custom characters with this library?<br />
How can I print character which exist in lcd rom but is not available throu keyboard? Like some lcd special characters. For example degree symbol ° is not available throu keyboard, or am I wrong?</p>
<p>Thanks,<br />
regards<br />
filip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vita</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-36955</link>
		<dc:creator>Vita</dc:creator>
		<pubDate>Thu, 29 Dec 2011 20:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-36955</guid>
		<description>Nice tutorial, thanks. My first running application with Atmega32 and LCD with large number of not working before. I have tried move all pins to port D, but display doesnot works correctly. I would like to get free C port for realtime chip on my kit (http://shop.onpa.cz/?kit-evb-4.3,27) and SDA and SCL pins. I will try move them on port B on my board tomorow. Thank again. Czech Republic</description>
		<content:encoded><![CDATA[<p>Nice tutorial, thanks. My first running application with Atmega32 and LCD with large number of not working before. I have tried move all pins to port D, but display doesnot works correctly. I would like to get free C port for realtime chip on my kit (<a href="http://shop.onpa.cz/?kit-evb-4.3,27" rel="nofollow">http://shop.onpa.cz/?kit-evb-4.3,27</a>) and SDA and SCL pins. I will try move them on port B on my board tomorow. Thank again. Czech Republic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aurelien</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-36512</link>
		<dc:creator>aurelien</dc:creator>
		<pubDate>Sun, 25 Dec 2011 10:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-36512</guid>
		<description>Hye Avinash and thanks for this tutorial !!! It&#039;s help me a lot for my project.

I have one question... I want to use my LCD display in 8bit mode like this (with atmega16): 
D7 =&gt; PORTC pin 7 to D0 =&gt; PORTC pin 0
R/E/RW =&gt; No change.

What I should modify ?? Is it easy to do?

Thanks
Aurélien
PS: Merry Christmas</description>
		<content:encoded><![CDATA[<p>Hye Avinash and thanks for this tutorial !!! It&#8217;s help me a lot for my project.</p>
<p>I have one question&#8230; I want to use my LCD display in 8bit mode like this (with atmega16):<br />
D7 =&gt; PORTC pin 7 to D0 =&gt; PORTC pin 0<br />
R/E/RW =&gt; No change.</p>
<p>What I should modify ?? Is it easy to do?</p>
<p>Thanks<br />
Aurélien<br />
PS: Merry Christmas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-35500</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-35500</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-35463</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 15 Dec 2011 03:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-35463</guid>
		<description>&lt;strong&gt;@Matthew,

Yes you can use them&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>@Matthew,</p>
<p>Yes you can use them</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-35259</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-35259</guid>
		<description>Dear sir,
I think your tutorial and the library is very helpful. I should like to ask you if I may use your library for my robotic project in a students&#039; technical competition?

Yours faithfully</description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
I think your tutorial and the library is very helpful. I should like to ask you if I may use your library for my robotic project in a students&#8217; technical competition?</p>
<p>Yours faithfully</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itaci</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-35115</link>
		<dc:creator>itaci</dc:creator>
		<pubDate>Sat, 10 Dec 2011 18:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-35115</guid>
		<description>Plase... i&#039;m request LCD libarary for ATmega16,32 ..
Thanks for u...
azizmetronet@yahoo.com</description>
		<content:encoded><![CDATA[<p>Plase&#8230; i&#8217;m request LCD libarary for ATmega16,32 ..<br />
Thanks for u&#8230;<br />
<a href="mailto:azizmetronet@yahoo.com">azizmetronet@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-33876</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 29 Nov 2011 03:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-33876</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: compushh</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-30675</link>
		<dc:creator>compushh</dc:creator>
		<pubDate>Tue, 25 Oct 2011 04:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-30675</guid>
		<description>Thanks so much for this info. the library and the instructions you provided was really really helpful. it was also easy to understand, even for a beginner like me.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this info. the library and the instructions you provided was really really helpful. it was also easy to understand, even for a beginner like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-29553</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Sat, 08 Oct 2011 21:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-29553</guid>
		<description>Thanks to author for all those nice tutorials, really good.
Am having problem in using the lcd libs downloaded on Oct 10. With this lib and sample code am not able to see any characters getting printed on LCD, I took the same sample code and used the old lib it works fine. Some changes in new libs are 1.delay has been modified, 2.In all the places 0x0F is replaced with 0xF0 and vice versa 3.#define F_CPU 10000000UL is 12000000UL in new lib. My Hardware connections and port usage are same for both codes.Pls help me to solve this issue.</description>
		<content:encoded><![CDATA[<p>Thanks to author for all those nice tutorials, really good.<br />
Am having problem in using the lcd libs downloaded on Oct 10. With this lib and sample code am not able to see any characters getting printed on LCD, I took the same sample code and used the old lib it works fine. Some changes in new libs are 1.delay has been modified, 2.In all the places 0x0F is replaced with 0xF0 and vice versa 3.#define F_CPU 10000000UL is 12000000UL in new lib. My Hardware connections and port usage are same for both codes.Pls help me to solve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayaz</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-27765</link>
		<dc:creator>ayaz</dc:creator>
		<pubDate>Thu, 25 Aug 2011 08:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-27765</guid>
		<description>your tutorials are just great it helped me a lot....
my YJ1602A 16*4 lcd module has worked successfully because of your cool lcd library but isn&#039;t working for 20*4 lcd module 2004A . Is the library made for only 1 HD44780 controlled lcds ??? because i heard 20*4 lcd module has 2 HD44780 controllers inside........&amp; many thanx for other tutorials too</description>
		<content:encoded><![CDATA[<p>your tutorials are just great it helped me a lot&#8230;.<br />
my YJ1602A 16*4 lcd module has worked successfully because of your cool lcd library but isn&#8217;t working for 20*4 lcd module 2004A . Is the library made for only 1 HD44780 controlled lcds ??? because i heard 20*4 lcd module has 2 HD44780 controllers inside&#8230;&#8230;..&amp; many thanx for other tutorials too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baljeet</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-27639</link>
		<dc:creator>baljeet</dc:creator>
		<pubDate>Mon, 22 Aug 2011 12:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-27639</guid>
		<description>thanx a lot for the tutorial
my lcd is working but light of the lcd in not fully on..it shows very dul characters.</description>
		<content:encoded><![CDATA[<p>thanx a lot for the tutorial<br />
my lcd is working but light of the lcd in not fully on..it shows very dul characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashad</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-27320</link>
		<dc:creator>Rashad</dc:creator>
		<pubDate>Sat, 13 Aug 2011 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-27320</guid>
		<description>it doesnt work.</description>
		<content:encoded><![CDATA[<p>it doesnt work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-lcd-module-with-avrs/comment-page-4/#comment-27291</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 12 Aug 2011 13:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=15#comment-27291</guid>
		<description>change like below and inform.
&lt;code&gt;
while(1)
{
//Read data
char data[2];

data[1]=&#039;\0&#039;;

data[0]=USARTReadChar();

LCDWriteStringXY(0,1,data);

USARTWriteChar(data);

}
&lt;/code&gt;
}</description>
		<content:encoded><![CDATA[<p>change like below and inform.<br />
<code><br />
while(1)<br />
{<br />
//Read data<br />
char data[2];</p>
<p>data[1]='\0';</p>
<p>data[0]=USARTReadChar();</p>
<p>LCDWriteStringXY(0,1,data);</p>
<p>USARTWriteChar(data);</p>
<p>}<br />
</code><br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 8/42 queries in 0.019 seconds using apc
Object Caching 546/584 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-02-08 10:41:56 -->
