<?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 for The Potter Project</title>
	<atom:link href="http://thepotterproject.net/TPPNews/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://thepotterproject.net/TPPNews</link>
	<description>Arduino, cars, electronics and more...</description>
	<lastBuildDate>Sun, 26 Sep 2010 18:44:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Picaso by Ethernet2VGA (Arduino w/ethernet -&#62; microVGA PICASO) &#171; hblok.net</title>
		<link>http://thepotterproject.net/TPPNews/?page_id=39#comment-14</link>
		<dc:creator>Ethernet2VGA (Arduino w/ethernet -&#62; microVGA PICASO) &#171; hblok.net</dc:creator>
		<pubDate>Sun, 26 Sep 2010 18:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?page_id=39#comment-14</guid>
		<description>[...] on the same topic. And also thanks to Jonathan Laloz for &quot;The Potter Project&quot;, where he provides the NewSoftSerial and Picaso libraries. Without them, I would have struggled a lot more. Thanks to them, I now have a working [...]</description>
		<content:encoded><![CDATA[<p>[...] on the same topic. And also thanks to Jonathan Laloz for &quot;The Potter Project&quot;, where he provides the NewSoftSerial and Picaso libraries. Without them, I would have struggled a lot more. Thanks to them, I now have a working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picaso Library now available by Jonathan</title>
		<link>http://thepotterproject.net/TPPNews/?p=13#comment-12</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 09:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=13#comment-12</guid>
		<description>Thanks, I&#039;m glad you find it useful :).

While I don&#039;t have any examples of converting an int to a string you should be able to use the standard C function &lt;strong&gt;itoa &lt;/strong&gt;(example - http://www.cplusplus.com/reference/clibrary/cstdlib/itoa/).

As for the updating of the text, try drawing over the text that needs to be updated using the colour of the background, this should effectively &quot;blank&quot; the text. Then you can just write the new value on top.  For example, if you have a black background and you want to replace a 1 with a 2, then you can just draw a black &quot;1&quot; followed by a white &quot;2&quot; in the same position using the text drawing function.

Jonathan.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m glad you find it useful <img src='http://thepotterproject.net/TPPNews/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>While I don&#8217;t have any examples of converting an int to a string you should be able to use the standard C function <strong>itoa </strong>(example &#8211; <a href="http://www.cplusplus.com/reference/clibrary/cstdlib/itoa/" rel="nofollow">http://www.cplusplus.com/reference/clibrary/cstdlib/itoa/</a>).</p>
<p>As for the updating of the text, try drawing over the text that needs to be updated using the colour of the background, this should effectively &#8220;blank&#8221; the text. Then you can just write the new value on top.  For example, if you have a black background and you want to replace a 1 with a 2, then you can just draw a black &#8220;1&#8243; followed by a white &#8220;2&#8243; in the same position using the text drawing function.</p>
<p>Jonathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picaso Library now available by Danilo de Nadai Sicari</title>
		<link>http://thepotterproject.net/TPPNews/?p=13#comment-11</link>
		<dc:creator>Danilo de Nadai Sicari</dc:creator>
		<pubDate>Thu, 16 Sep 2010 00:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=13#comment-11</guid>
		<description>Hi! Your library it is very very very cool! I love to work with it.
I have one question about...

I am trying to get the varTemp of my thermistor and display it on vga picaso. But i can´t find the way to convert a int to string... Do you have any demo?

One more thing... I&#039;m trying to show the unformated string &quot;&#039;h&#039;&#039;u&#039;&#039;m&#039;&#039;i&#039;&#039;d&#039;&#039;i&#039;&#039;t&#039;&#039;y&#039;&#039;-&#039;&#039;f&#039;&#039;l&#039;&#039;o&#039;&#039;w&#039;&#039;e&#039;&#039;r&#039;&#039;s&#039;&#039;1&#039;&quot; at a moment... but in another moment i need to show &quot;&#039;h&#039;&#039;u&#039;&#039;m&#039;&#039;i&#039;&#039;d&#039;&#039;i&#039;&#039;t&#039;&#039;y&#039;&#039;-&#039;&#039;f&#039;&#039;l&#039;&#039;o&#039;&#039;w&#039;&#039;e&#039;&#039;r&#039;&#039;s&#039;&#039;2&#039;&quot;... I need to clear my screen to write only the character &#039;2&#039; each time? Or have another way to so this? Because if i need to clean up my screen every time, my sketche takes more memory and its a problem for me.

Thanks a lot, if you could help me.

Sorry about my english, it&#039;s very poor. I am brazillian!

THX!!</description>
		<content:encoded><![CDATA[<p>Hi! Your library it is very very very cool! I love to work with it.<br />
I have one question about&#8230;</p>
<p>I am trying to get the varTemp of my thermistor and display it on vga picaso. But i can´t find the way to convert a int to string&#8230; Do you have any demo?</p>
<p>One more thing&#8230; I&#8217;m trying to show the unformated string &#8220;&#8216;h&#8221;u&#8221;m&#8221;i&#8221;d&#8221;i&#8221;t&#8221;y&#8221;-&#8221;f&#8221;l&#8221;o&#8221;w&#8221;e&#8221;r&#8221;s&#8221;1&#8242;&#8221; at a moment&#8230; but in another moment i need to show &#8220;&#8216;h&#8221;u&#8221;m&#8221;i&#8221;d&#8221;i&#8221;t&#8221;y&#8221;-&#8221;f&#8221;l&#8221;o&#8221;w&#8221;e&#8221;r&#8221;s&#8221;2&#8242;&#8221;&#8230; I need to clear my screen to write only the character &#8217;2&#8242; each time? Or have another way to so this? Because if i need to clean up my screen every time, my sketche takes more memory and its a problem for me.</p>
<p>Thanks a lot, if you could help me.</p>
<p>Sorry about my english, it&#8217;s very poor. I am brazillian!</p>
<p>THX!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picaso Library now available by Jonathan</title>
		<link>http://thepotterproject.net/TPPNews/?p=13#comment-10</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=13#comment-10</guid>
		<description>Forgot to mention, if you need to change the serial port used, you will need to update the Picaso.cpp file.  The only serial functions in the library that need to be changed are in the Init() and Send() functions.</description>
		<content:encoded><![CDATA[<p>Forgot to mention, if you need to change the serial port used, you will need to update the Picaso.cpp file.  The only serial functions in the library that need to be changed are in the Init() and Send() functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picaso Library now available by Jonathan</title>
		<link>http://thepotterproject.net/TPPNews/?p=13#comment-9</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=13#comment-9</guid>
		<description>I have created a special version of the Picaso library to use the original hardware serial.  IIRC, as the Mega has 3 serial I/O&#039;s this shouldn&#039;t be as much of a problem as on the normal Arduinos.  The library is available here - http://news.thepotterproject.net/Picaso_hard.zip.  Please let me know how it goes so I can update the original library :).

Cheers,

Jonathan</description>
		<content:encoded><![CDATA[<p>I have created a special version of the Picaso library to use the original hardware serial.  IIRC, as the Mega has 3 serial I/O&#8217;s this shouldn&#8217;t be as much of a problem as on the normal Arduinos.  The library is available here &#8211; <a href="http://news.thepotterproject.net/Picaso_hard.zip" rel="nofollow">http://news.thepotterproject.net/Picaso_hard.zip</a>.  Please let me know how it goes so I can update the original library <img src='http://thepotterproject.net/TPPNews/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Cheers,</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picaso Library now available by waseg</title>
		<link>http://thepotterproject.net/TPPNews/?p=13#comment-8</link>
		<dc:creator>waseg</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=13#comment-8</guid>
		<description>Hi,
thanks for your reply, unfortunately it compiles but still doesn&#039;t work. I have looked around the NSS library but didn&#039;t find any code supporting atmega 1280, anyway I gues I have used the library with mega before, but I am not so sure. Do you have any further ideas or should I try posting it on arduino forum?
cheers
Vaclav</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for your reply, unfortunately it compiles but still doesn&#8217;t work. I have looked around the NSS library but didn&#8217;t find any code supporting atmega 1280, anyway I gues I have used the library with mega before, but I am not so sure. Do you have any further ideas or should I try posting it on arduino forum?<br />
cheers<br />
Vaclav</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RibbonVu 0.1.0 is now available by Jonathan</title>
		<link>http://thepotterproject.net/TPPNews/?p=373#comment-7</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=373#comment-7</guid>
		<description>Sorry about that, link has been fixed.

Cheers,

Jonathan</description>
		<content:encoded><![CDATA[<p>Sorry about that, link has been fixed.</p>
<p>Cheers,</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RibbonVu 0.1.0 is now available by Rickard</title>
		<link>http://thepotterproject.net/TPPNews/?p=373#comment-6</link>
		<dc:creator>Rickard</dc:creator>
		<pubDate>Wed, 01 Sep 2010 09:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=373#comment-6</guid>
		<description>Hi!

Can&#039;t download ps2 mouse libary (http://news.thepotterproject.net/wp-content/uploads/2009/11/ps2_jl1.zip) from your webpage..

Thankful if you could fix that..

//Rickard</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Can&#8217;t download ps2 mouse libary (<a href="http://news.thepotterproject.net/wp-content/uploads/2009/11/ps2_jl1.zip" rel="nofollow">http://news.thepotterproject.net/wp-content/uploads/2009/11/ps2_jl1.zip</a>) from your webpage..</p>
<p>Thankful if you could fix that..</p>
<p>//Rickard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote Control Car Hack by Jonathan</title>
		<link>http://thepotterproject.net/TPPNews/?p=139#comment-5</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=139#comment-5</guid>
		<description>Thanks :).  While I&#039;m not really in this web site to make a lot of money I would have to recommend Google Ads, lol</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://thepotterproject.net/TPPNews/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  While I&#8217;m not really in this web site to make a lot of money I would have to recommend Google Ads, lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote Control Car Hack by meatremyporgo</title>
		<link>http://thepotterproject.net/TPPNews/?p=139#comment-4</link>
		<dc:creator>meatremyporgo</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://thepotterproject.net/TPPNews/?p=139#comment-4</guid>
		<description>Wow... your blog is so useful. I just wanted to know how do you monetize it? Can you give me a few advices? For example, I use XXX

I&#039;m earning about $1500 per month at he moment. What will you recommend?</description>
		<content:encoded><![CDATA[<p>Wow&#8230; your blog is so useful. I just wanted to know how do you monetize it? Can you give me a few advices? For example, I use XXX</p>
<p>I&#8217;m earning about $1500 per month at he moment. What will you recommend?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

