<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックRe: How to use emWin</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519839#M3363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jacky on Wed Nov 09 22:49:54 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly,thanks for Kevin's information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I have a error during compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setup\core_cm3.h(95): error:&amp;nbsp; #5: cannot open source input file "core_cmInstr.h": No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I modify?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:42:07 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:42:07Z</dc:date>
    <item>
      <title>How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519836#M3360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jacky on Sat Nov 05 00:11:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I download emWin zip files,but I don't know how to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I don't use RTOS, can it run?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jacky&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519836#M3360</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519837#M3361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jacky on Sat Nov 05 00:22:12 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can find the similar example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my poor english&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519837#M3361</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519838#M3362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ktownsend on Tue Nov 08 15:24:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No RTOS is required for emWin, and by default it is configured to run without one.&amp;nbsp; The timing is based on a systick timer delay that is used to poll the ADC, and other tasks requiring a delay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is very thorough documentation available in the installer packages in the /doc folder, along with a large collection of examples that should be a good starting place to begin using emWin (/Start/Samples).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519838#M3362</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519839#M3363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jacky on Wed Nov 09 22:49:54 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly,thanks for Kevin's information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I have a error during compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setup\core_cm3.h(95): error:&amp;nbsp; #5: cannot open source input file "core_cmInstr.h": No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I modify?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519839#M3363</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519840#M3364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jacky on Wed Nov 09 23:34:10 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I find the *.h file and add to the needed folder, Now it is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is no source code in the GUI_Init().&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519840#M3364</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519841#M3365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by soonheng on Tue Nov 15 23:00:52 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you download emWin directly from lpcware, there should be 2 projects, one for Keil (embedded) and the other for Visual Studio (PC). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to build the Keil project successfully, without much hassle. The Keil project already contains an emWin example that draws graph chart.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519841#M3365</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519842#M3366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jat on Fri Apr 13 11:23:09 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;so did u manage to get the code working??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519842#M3366</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519843#M3367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jat on Fri Apr 13 11:25:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a custom designed board running a 800x600 LCD directly from LPC2148. The SWIM library is running great with the design but when I tried to include the NXP emWin library that is avaliabel on LPCWare "emWin_512_ARM7TDMI_LE.LIB", the program stops at the "GUI_Init()".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after stepping through the program, I found that the functions "LCD_SetSizeEx" and "LCD_SetVSizeEx" are returning "1" and the emWin datasheet mentions that these functions should return "0" when successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can u please guide me. i have spent weeks on this now but not moving anywhere.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-emWin/m-p/519843#M3367</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:42:09Z</dc:date>
    </item>
  </channel>
</rss>

