<?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; gui for embedded</title>
	<atom:link href="http://embedsoftdev.com/tag/gui-for-embedded/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Recommend GUI library for embedded system</title>
		<link>http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/</link>
		<comments>http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[embedded gui]]></category>
		<category><![CDATA[gui for embedded]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=244</guid>
		<description><![CDATA[easyGUI It is GUI tool for embedded system that support various kinds of microcontroller and display controllers.The recommend microcontroller for use with easyGUI library should has a performace more than 10 MIPS.easyGUI support Monochrome , Grayscale and color display with different color level (i.e. Grayscale with 4,16,32 and 256 gray level or RGB color with [...]


Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/rtos-for-small-embedded-system/' rel='bookmark' title='Permanent Link: RTOS for small embedded system.'>RTOS for small embedded system.</a></li>
<li><a href='http://embedsoftdev.com/embedded/fat-library-for-stm32/' rel='bookmark' title='Permanent Link: FAT library for STM32.'>FAT library for STM32.</a></li>
<li><a href='http://embedsoftdev.com/embedded/embedded-scientific-calculator/' rel='bookmark' title='Permanent Link: Embedded scientific calculator.'>Embedded scientific calculator.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Frecommend-gui-library-for-embedded-system%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Frecommend-gui-library-for-embedded-system%2F&amp;style=normal" height="61" width="50" title="Recommend GUI library for embedded system" alt="Recommend GUI library for embedded system" /><br />
			</a>
		</div>
<p><strong>easyGUI</strong></p>
<p>    It is GUI tool for embedded system that support various kinds of microcontroller and display controllers.The recommend microcontroller for use with easyGUI library should has a performace more than 10 MIPS.easyGUI support Monochrome , Grayscale and color display with different color level (i.e. Grayscale with 4,16,32 and 256 gray level or RGB color with 8, 12, 16, or 24 bits/pixel).It also support all sorts of compilers (the compilers of its supported-microcontroller) and its library is in C language only.You can view more information at <a href="http://www.easygui.com">easyGUI Website</a>.</p>
<div id="attachment_256" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2009/11/a1-300x224.jpg" alt="Sample picture from EasyGUI website." title="a1" width="300" height="224" class="size-medium wp-image-256" /><p class="wp-caption-text">Sample picture from EasyGUI website.</p></div>
<p><a href="http://www.widestudio.org/EE/index.html"><strong>WideStudio/MWT</strong></a></p>
<p>     It is the software for building GUI (windows application) in various platforms (platforms of Target System) such as Linux,Windows,T-Engine,Solaris,MacOS X,uCLinux and others (visit <a href="http://www.widestudio.org/EE/spec2.html">here</a> for support platform of WideStudio).It can create application using C/C++,Perl,Java,Python and Ruby.It also support OpenGL (Include OpenGL library,see its features here).WideStudio application builder (Its development environment) can be run on Windows,Linux,MacOS X,Solaris, etc.<br />
WideStudio is open source and free (under MIT/X Consortium license).WideStudio Application Builder can be installed as Eclipse plugin too.You can view the example applications (windows/GUI) that was built by WideStudio by visiting <a href="http://www.excite-webtl.jp/world/english/web/?wb_url=http%3A%2F%2Fwww.widestudio.org%2Fja%2F&#038;wb_lp=JAEN&#038;wb_dis=2&#038;wb_submit=+%96%7C+%96%F3+">here</a>.</p>
<p>      In my opinion I think WideStudio is suitable for building GUI application that will be run on Japanese Embedded Platform due to it support T-Engine and ITRON target system but not support other western embedded platforms.</p>
<div id="attachment_259" class="wp-caption aligncenter" style="width: 202px"><img src="http://embedsoftdev.com/wp-content/uploads/2009/11/a3-192x300.jpg" alt="WideStudio running on T-Engine Platform" title="WideStudio" width="192" height="300" class="size-medium wp-image-259" /><p class="wp-caption-text">WideStudio running on T-Engine Platform</p></div>
<p><strong>MiniGUI</strong></p>
<p>    It is embedded graphics library designed for use in real-time embedded system based on linux such as eCos,uClinux and other embedded linux kernels.It is light-weight GUI system that can be used on low-performace embedded platform too (refer to the website,it can run on 30MHz system with 4 MB of RAM).MiniGUI is one of widely used embedded gui system (you can see it on various types of electronics product from China or other countries).It also has both free version and commercial version.Please visit <a href="http://www.minigui.org">miniGUI.org</a> for the free version but if you want to pay for it, you can visit <a href="http://www.minigui.com">miniGUI.com</a> for commercial version.</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/mBkyoHR5Gdo&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mBkyoHR5Gdo&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a href='http://www.youtube.com/watch?v=mBkyoHR5Gdo' >MiniGUI 3.0 demo on YouTube</a><br />
</center></p>
<p><a href="http://www.directfb.org/"><strong>DirectFB</strong></a></p>
<p>     It is graphics library intended to use on rather high performance embedded system like <strong>Renesas SH7722</strong> or others (see <a href="http://www.directfb.org/wiki/index.php/Embedded_DirectFB_Hardware">this page</a> for 3rd party embedded hardware that support DirectFB).It&#8217;s high performance graphics library run on Linux platform only.DirectFB  also provide <strong>Renesas SH7722 driver</strong> in order to use with this graphics library.</p>
<div id="attachment_250" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2009/11/a5-300x225.jpg" alt="directFB" title="directFB" width="300" height="225" class="size-medium wp-image-250" /><p class="wp-caption-text">directFB</p></div>
<p><strong>Microchip Graphics Design Resources</strong></p>
<p>     I don&#8217;t know much about graphics library from Microchip. I know it only used for Microchip PIC series, however you can view more information by visiting <a href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&#038;nodeId=2608&#038;page=1&#038;param=en532061">MICROCHIP website</a>. </p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 graphic library">stm32 graphic library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded GUI">embedded GUI</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="sample GUI of a library system">sample GUI of a library system</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="directfb gui library">directfb gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI microcontroller">GUI microcontroller</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="microchip graphics library">microchip graphics library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gui toolkit performance">gui toolkit performance</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="lightweight user interface microcontroller">lightweight user interface microcontroller</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux gui">uclinux gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="microchip gui">microchip gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="lightweigth embedded c library graphics">lightweigth embedded c library graphics</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="lightweight embedded graphics library">lightweight embedded graphics library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="library system software samples">library system software samples</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux stm32">uclinux stm32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Library System software designs">Library System software designs</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Implementation of Lightweight Graphic Library Builder">Implementation of Lightweight Graphic Library Builder</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gui stm32">gui stm32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI microcontroller programming">GUI microcontroller programming</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="microcontroller graphics library">microcontroller graphics library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="mini gui microcontroller">mini gui microcontroller</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="monochrome gui example">monochrome gui example</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux gui libraries">uclinux gui libraries</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux gui lib">uclinux gui lib</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux graphic library">uclinux graphic library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 gui ram required">stm32 gui ram required</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 gui library">stm32 gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 gui">stm32 gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 graphic lib">stm32 graphic lib</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 graphic interface">stm32 graphic interface</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="STM32 graphic gui">STM32 graphic gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="stm32 graphic design software">stm32 graphic design software</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="ui ruby opengl">ui ruby opengl</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="program GUI STM32">program GUI STM32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI library eclipse">GUI library eclipse</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Arduino graphic gui">Arduino graphic gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded lightweight gui">embedded lightweight gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded controller graphic library c">embedded controller graphic library c</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded gui library">embedded gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded gui free">embedded gui free</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="easygui embedded">easygui embedded</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="easy g u i design system for linux">easy g u i design system for linux</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="does microchip graphics library is useful">does microchip graphics library is useful</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="directfb gui toolkit">directfb gui toolkit</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="create windows gui for microcontrollers">create windows gui for microcontrollers</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="color display for embedded systems">color display for embedded systems</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="c graphical library eclipse">c graphical library eclipse</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded linux gui toolkit">embedded linux gui toolkit</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="graphic library stm32">graphic library stm32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gui application project embedded linux">gui application project embedded linux</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI Builder for AVR">GUI Builder for AVR</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI Engine for STM32">GUI Engine for STM32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Graphic Library for STM32">Graphic Library for STM32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="graphic library embedded">graphic library embedded</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gui library design">gui library design</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="graphic lib embedded">graphic lib embedded</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gui library directfb">gui library directfb</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="graphic interface linux arduino">graphic interface linux arduino</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="gfx library ??? ?????????????????">gfx library ??? ?????????????????</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="arduino gui library">arduino gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="easiest way to create gui embedded mcu">easiest way to create gui embedded mcu</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="ui library embedded open source eclipse">ui library embedded open source eclipse</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="tool develop GUI GUI for embedded">tool develop GUI GUI for embedded</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="tool graphic for embedded system">tool graphic for embedded system</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux gui library">uclinux gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="uclinux directfb library path">uclinux directfb library path</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="GUI library microcontroller">GUI library microcontroller</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="avr gui library">avr gui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="linux embedded UI">linux embedded UI</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Implementation of Lightweight Graphic Library Builder for Embedded">Implementation of Lightweight Graphic Library Builder for Embedded</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded systems GUI application start">embedded systems GUI application start</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Microchip Graphics Library STM32">Microchip Graphics Library STM32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="Microchips Graphics Library stm32">Microchips Graphics Library stm32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="microcontroller testing GUI tool">microcontroller testing GUI tool</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded gui open source">embedded gui open source</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="minigui mac os x">minigui mac os x</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="minigui sh7722">minigui sh7722</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="monochrome graphic library microchip">monochrome graphic library microchip</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="rtos ui library">rtos ui library</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded gui engine">embedded gui engine</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="embedded graphics library MIPS32">embedded graphics library MIPS32</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="software design gui program youtube">software design gui program youtube</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="microcontroller gui">microcontroller gui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="ecos ui">ecos ui</a></li><li><a href="http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/" title="software design embedded GUI performance">software design embedded GUI performance</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 22.966 ms -->

<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/rtos-for-small-embedded-system/' rel='bookmark' title='Permanent Link: RTOS for small embedded system.'>RTOS for small embedded system.</a></li>
<li><a href='http://embedsoftdev.com/embedded/fat-library-for-stm32/' rel='bookmark' title='Permanent Link: FAT library for STM32.'>FAT library for STM32.</a></li>
<li><a href='http://embedsoftdev.com/embedded/embedded-scientific-calculator/' rel='bookmark' title='Permanent Link: Embedded scientific calculator.'>Embedded scientific calculator.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/recommend-gui-library-for-embedded-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 25/123 queries in 0.868 seconds using disk

Served from: embedsoftdev.com @ 2010-07-30 08:44:37 -->