<?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のトピックLPC4357 TFT24Bit RGB with HX8238D =&amp;gt; driver or example?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560565#M16103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Georg on Wed Apr 23 03:08:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'am trying to get run a 4,3" TFT with HX8238D controller on a LPC4357.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TFT is connected over 24Bit RGB interface. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alle examples for driving a TFT i found work with SPI-Interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is a example or driver available to communicate with TFT over RGB interface ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:43:52 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:43:52Z</dc:date>
    <item>
      <title>LPC4357 TFT24Bit RGB with HX8238D =&gt; driver or example?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560565#M16103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Georg on Wed Apr 23 03:08:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'am trying to get run a 4,3" TFT with HX8238D controller on a LPC4357.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TFT is connected over 24Bit RGB interface. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alle examples for driving a TFT i found work with SPI-Interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is a example or driver available to communicate with TFT over RGB interface ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:43:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560565#M16103</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 TFT24Bit RGB with HX8238D =&gt; driver or example?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560566#M16104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hlsa on Wed Apr 23 23:27:53 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Georg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that you want to use the emWin graphics library. I do have it running with the LPC4357 with a 24bit RGB interface. Please find the relevant code attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some important hints:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I am using the systick timer to generate a 1ms interrupt for "SysTick_Handler". You can also use a timer interrupt, if your systick timer is already in use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Check your LCD pins in LCD_X_Init.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Adapt the LCD controller configuration in LCD_X_Init. You will find the relevant data in the datasheet of your LCD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I am using the SDRAM beginning at 0x28000000 as a frame buffer. If you want to use any other RAM, change this address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I am using multiple frame buffers (#define NUM_BUFFERS&amp;nbsp;&amp;nbsp; 3). This requires three times the memory space for the frame buffer. Example: My LCD has 320 x 240 = 76800 Pixels. At 24bpp each pixel requires 4 bytes. Hence the total size of one frame buffer is 230400 Bytes. 3 frame buffers require 691200 Bytes. My advice: try to get it running with one frame buffer. Add the other ones later. See emWin documentation about multibuffering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I am using my own file structure. E.g. I have summarized all required CMSIS header files in McuLib.h. You may want/need to adapt this to your file structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Do not forget to include the emWin library to your linker. I use the iSystem Debugger instead of LpcExpresso. Hence I cannot tell you, how it is done in LpcExpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Holger&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560566#M16104</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 TFT24Bit RGB with HX8238D =&gt; driver or example?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560567#M16105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Georg on Thu Apr 24 06:54:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx. It helps me to get my driver running on 16Bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i can change it to 24Bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:43:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560567#M16105</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 TFT24Bit RGB with HX8238D =&gt; driver or example?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560568#M16106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Georg.&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am working on same TFT Driver can you share its sample code of libraries for this driver.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thank You.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Ghaneshwar Sharma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 09:32:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4357-TFT24Bit-RGB-with-HX8238D-gt-driver-or-example/m-p/560568#M16106</guid>
      <dc:creator>ghaneshwarsharm</dc:creator>
      <dc:date>2019-04-04T09:32:15Z</dc:date>
    </item>
  </channel>
</rss>

