<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software design and embedded system tools. &#187; bmp</title>
	<atom:link href="http://embedsoftdev.com/tag/bmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Mon, 09 Apr 2012 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tool for convert the picture file to C source code.</title>
		<link>http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/</link>
		<comments>http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 17:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software tools]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[bmp]]></category>
		<category><![CDATA[bmp2c]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://olivez.wordpress.com/?p=20</guid>
		<description><![CDATA[Today the story is about the tool that help you translate the image file into the C source code.This tool have an advantage in that when you want to show some picture to display on the LCD of your embedded development platform, you must translate the picture file that you can normally see on your [...]
Related posts:<ol>
<li><a href='http://embedsoftdev.com/software-tools/good-tool-for-browsing-and-analyze-your-source-code/' rel='bookmark' title='Good tool for browsing and analyze your source code'>Good tool for browsing and analyze your source code</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/case-tool-overview/' rel='bookmark' title='CASE tool overview.'>CASE tool overview.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today the story is about the tool that help you translate the image file into the C source<br />
code.This tool have an advantage in that when you want to show some picture to display on the LCD of<br />
your embedded development platform, you must translate the picture file that you can normally see on<br />
your computer to be the array of color code that will be represented the whole pixels of that picture file (<br />
of course , the array of color code , you can&#8217;t see it).It is &#8220;BMP2C&#8221;.You can get this<br />
program from SourceForge.net by follow this link <a rel="nofollow" target="_blank" href="http://sourceforge.net/projects/bmp2c/">http://sourceforge.net/projects/bmp2c/</a></p>
<p>This program is an opensource so you can modify it to suitable for your project, or continue to<br />
develop it to be better than the current version.This program can be used with various LCD driver and can<br />
generate the color data that represent the color of the pixel range up to 32 bits, but it don&#8217;t provide the lcd<br />
driver program for you , so if you want to use it you have to write the code to control the LCD driver first.</p>
<p>The disadvantage of this program is that it is a command line program (no gui) however it also can<br />
run on MS windows XP (For Windows Vista  -&gt; I don&#8217;t know) .You can easily run it by follow this step.</p>
<p>1. Click at the menu name &#8220;Run&#8230;&#8221; on the Start Menu of Windows XP.<br />
2. Type the word &#8220;cmd&#8221; on the white blank and then press OK , this will open the command-line<br />
program of Windows XP.<br />
3. Go to the directory that you store the execute file of this program ( name &#8220;bmp2c.exe&#8221; ) and then run it.<br />
4. follow the instruction ,  afterthis please follow the help document of this program by yourself<br />
(the good document is already come with this program).</p>
<p>please note that this program can be used with the picture file extension &#8220;.bmp&#8221; only.</p>
<p>Thank you.</p>
<p>Jitkasem.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/" title="convert image to C code">convert image to C code</a></li><li><a href="http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/" title="microchip bmp2c exe">microchip bmp2c exe</a></li><li><a href="http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/" title="convert file into c source code">convert file into c source code</a></li></ul><p>Related posts:<ol>
<li><a href='http://embedsoftdev.com/software-tools/good-tool-for-browsing-and-analyze-your-source-code/' rel='bookmark' title='Good tool for browsing and analyze your source code'>Good tool for browsing and analyze your source code</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/case-tool-overview/' rel='bookmark' title='CASE tool overview.'>CASE tool overview.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

