<?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: About Me</title>
	<atom:link href="http://elec.tkjweb.dk/blog/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://elec.tkjweb.dk/blog</link>
	<description>The electronics-blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas Jespersen</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-6251</link>
		<dc:creator>Thomas Jespersen</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-6251</guid>
		<description>&lt;a href=&quot;#comment-6222&quot; rel=&quot;nofollow&quot;&gt;@Will &lt;/a&gt; 
Take a look at this schematic: http://www.mikrocontroller.net/attachment/44489/ledmatrix5x5.png
This is what you will have to do, except that you will have 4 LEDs connected together for every single LED on the schematic.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6222" rel="nofollow">@Will </a><br />
Take a look at this schematic: <a href="http://www.mikrocontroller.net/attachment/44489/ledmatrix5x5.png" rel="nofollow">http://www.mikrocontroller.net/attachment/44489/ledmatrix5&#215;5.png</a><br />
This is what you will have to do, except that you will have 4 LEDs connected together for every single LED on the schematic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-6222</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 26 Jul 2010 23:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-6222</guid>
		<description>Dear Thomas,
I&#039;m building a Daft Punk-esque Disco Table, and I&#039;ve been running into some issues (because I&#039;m just getting into this whole world) it&#039;s essentially a 5x5 Dot matrix, but each pixel is made up of 4 LEDs. I thought your USB controlled board was a great start, but could you help me with the rest?</description>
		<content:encoded><![CDATA[<p>Dear Thomas,<br />
I&#8217;m building a Daft Punk-esque Disco Table, and I&#8217;ve been running into some issues (because I&#8217;m just getting into this whole world) it&#8217;s essentially a 5&#215;5 Dot matrix, but each pixel is made up of 4 LEDs. I thought your USB controlled board was a great start, but could you help me with the rest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DMX and Arduino &#124; Prodical's Blog</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5814</link>
		<dc:creator>DMX and Arduino &#124; Prodical's Blog</dc:creator>
		<pubDate>Thu, 03 Jun 2010 07:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5814</guid>
		<description>[...] Thomas Jespersen has posted about an Arduino Ethernet DMX Controller under his Arduino Projects &#8211; based on code from this DMX Shield für Arduino &#8211; also listed on the Arduino: Playground. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thomas Jespersen has posted about an Arduino Ethernet DMX Controller under his Arduino Projects &#8211; based on code from this DMX Shield für Arduino &#8211; also listed on the Arduino: Playground. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jespersen</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5404</link>
		<dc:creator>Thomas Jespersen</dc:creator>
		<pubDate>Fri, 23 Apr 2010 11:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5404</guid>
		<description>Dear Mariem.
I haven&#039;t got a STM3210E-Eval board myself, though I have looked on the code.
If you are going to have the icons saved in the internal flash, then it&#039;s easy. You have to make a constant array with the color information!
If you need to have the icons in the external flash, then you probably have to make an empty project with different vectors moved, and then make a constant array in there - but I don&#039;t know!

Best Regards
Thomas Jespersen</description>
		<content:encoded><![CDATA[<p>Dear Mariem.<br />
I haven&#8217;t got a STM3210E-Eval board myself, though I have looked on the code.<br />
If you are going to have the icons saved in the internal flash, then it&#8217;s easy. You have to make a constant array with the color information!<br />
If you need to have the icons in the external flash, then you probably have to make an empty project with different vectors moved, and then make a constant array in there &#8211; but I don&#8217;t know!</p>
<p>Best Regards<br />
Thomas Jespersen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariem</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5393</link>
		<dc:creator>Mariem</dc:creator>
		<pubDate>Thu, 22 Apr 2010 09:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5393</guid>
		<description>Dear Tomas,
I am a student at university and I am working on a project in which I need to display icons &amp; menus on TFT LCD. I am using the STM3210E-Eval board with an STM32F103ZE microcontrollar.
I&#039;m runnig the demonstration software for the STM3210E-Eval. I displayed the main menu &amp; the icons and now I need to change these icons with some other icons according to my application to load them after that to the Internal Flash. 
Can you please help me with this  ??
Best Regards,</description>
		<content:encoded><![CDATA[<p>Dear Tomas,<br />
I am a student at university and I am working on a project in which I need to display icons &amp; menus on TFT LCD. I am using the STM3210E-Eval board with an STM32F103ZE microcontrollar.<br />
I&#8217;m runnig the demonstration software for the STM3210E-Eval. I displayed the main menu &amp; the icons and now I need to change these icons with some other icons according to my application to load them after that to the Internal Flash.<br />
Can you please help me with this  ??<br />
Best Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5369</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Thu, 15 Apr 2010 08:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5369</guid>
		<description>thomas i have a topic  at this link,could you look at it.Perhaps it will help to tell my problem

http://www.keil.com/forum/docs/thread16714.asp</description>
		<content:encoded><![CDATA[<p>thomas i have a topic  at this link,could you look at it.Perhaps it will help to tell my problem</p>
<p><a href="http://www.keil.com/forum/docs/thread16714.asp" rel="nofollow">http://www.keil.com/forum/docs/thread16714.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jespersen</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5367</link>
		<dc:creator>Thomas Jespersen</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5367</guid>
		<description>Hi Mehmet.
I really don&#039;t know, as I don&#039;t know the screen on that Keil Development board.
If you could give me more specifications about that, then I might able to help you.

Best Regards
Thomas Jespersen</description>
		<content:encoded><![CDATA[<p>Hi Mehmet.<br />
I really don&#8217;t know, as I don&#8217;t know the screen on that Keil Development board.<br />
If you could give me more specifications about that, then I might able to help you.</p>
<p>Best Regards<br />
Thomas Jespersen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5365</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Wed, 14 Apr 2010 12:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5365</guid>
		<description>Thanks for reply Thomas.
I used 5 or 6 converter including your converter but none of them bring me a conclusion.I am using keil&#039;s library files over their sample lcd projects and changing their bitmap&#039;s c code with my c code created by the converters,when i downloaded and started to kit , i couldnt see the true bitmap.The images arent logical.Also keil doesnt support a suitable converter to their samples,i dont know how i can find</description>
		<content:encoded><![CDATA[<p>Thanks for reply Thomas.<br />
I used 5 or 6 converter including your converter but none of them bring me a conclusion.I am using keil&#8217;s library files over their sample lcd projects and changing their bitmap&#8217;s c code with my c code created by the converters,when i downloaded and started to kit , i couldnt see the true bitmap.The images arent logical.Also keil doesnt support a suitable converter to their samples,i dont know how i can find</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jespersen</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5361</link>
		<dc:creator>Thomas Jespersen</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5361</guid>
		<description>I dont&#039; know the MCBSTM32C, but if it is a 320x240 pixel color display, then you can use my converter.
You can download it here: http://elec.tkjweb.dk/BinaryImageCreator.zip - remember, this is only a beta version, so bugs can occour. 
You also have to quit and start (restart) the program everytime you have to convert another picture - you can&#039;t convert pictures in a row, just by selecting another!</description>
		<content:encoded><![CDATA[<p>I dont&#8217; know the MCBSTM32C, but if it is a 320&#215;240 pixel color display, then you can use my converter.<br />
You can download it here: <a href="http://elec.tkjweb.dk/BinaryImageCreator.zip" rel="nofollow">http://elec.tkjweb.dk/BinaryImageCreator.zip</a> &#8211; remember, this is only a beta version, so bugs can occour.<br />
You also have to quit and start (restart) the program everytime you have to convert another picture &#8211; you can&#8217;t convert pictures in a row, just by selecting another!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://elec.tkjweb.dk/blog/about/comment-page-1/#comment-5360</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://tkjweb.dk/elec/blog/?page_id=2#comment-5360</guid>
		<description>hi thomas;
i  have a problem with my development kit(mcbstm32c) and its lcd.i want to load pictures and show it, but i couldnt find a suitable converter.Could you send the converter, you mentioned other pages written on vb.net.

thanks...</description>
		<content:encoded><![CDATA[<p>hi thomas;<br />
i  have a problem with my development kit(mcbstm32c) and its lcd.i want to load pictures and show it, but i couldnt find a suitable converter.Could you send the converter, you mentioned other pages written on vb.net.</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
