<?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: Creating a new driver for emWIN</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522958#M5594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dfcbkbq on Tue Feb 07 01:53:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A sample project LCD\Lcd_GFT035A320240Y from code.bundle.lpc17xx.keil_ works on my board. It didn't configured for my resolution,&amp;nbsp; but it works. Does it mean that free lcd drivers for emWIN suit me? What should I do to make emWIN work on my board if they do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:59:51 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:59:51Z</dc:date>
    <item>
      <title>Creating a new driver for emWIN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522957#M5593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dfcbkbq on Thu Feb 02 01:23:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello! I try to use emWIN on my lpc1788 board with ATM0430d5-T LCD TFT display and SAMSUNG K4S561632J SDRAM. There is no available drivers for my board and LCD. So I am going to make it by myself. Is it enough to make following function: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_DisplayDriver();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with commands&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_INITCONTROLLER&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_SETVRAMADDR_INFO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_ON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_OFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_SETLUTENTRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_SETORG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_X_InitController()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetBitsPerPixel()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetBitsPerPixelEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetNumColors()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetNumColorsEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetVXSize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetVXSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetVYSize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetVYSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetXMag()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetXSize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetXSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetYMag()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CD_GetYSize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_GetYSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_SetDevFunc()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_SetSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_SetVRAMAddrEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_SetVSizeEx()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LCD_ControlCache()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I do something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522957#M5593</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new driver for emWIN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522958#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dfcbkbq on Tue Feb 07 01:53:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A sample project LCD\Lcd_GFT035A320240Y from code.bundle.lpc17xx.keil_ works on my board. It didn't configured for my resolution,&amp;nbsp; but it works. Does it mean that free lcd drivers for emWIN suit me? What should I do to make emWIN work on my board if they do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:59:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522958#M5594</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new driver for emWIN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522959#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drs on Sat Feb 18 10:50:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I suggest you start with the emWin example for the LPC1788 and EA QVGA here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Femwin-graphics-library" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/emwin-graphics-library&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then replace the LCD and SDRAM driver code in LCDConf.c with the code from the Keil sample project that works for your hardware. It will be obvious which of the functions you list need to be implemented to get it going on a different LCD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Creating-a-new-driver-for-emWIN/m-p/522959#M5595</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:59:52Z</dc:date>
    </item>
  </channel>
</rss>

