<?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のトピックHow to use LCD Controller?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549625#M13857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kazutomo on Mon Aug 24 08:33:49 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to draw on LCD (ILI9341) using the LPC4088 QSB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was successful in that it physically connect LPC4088 QSB display expansion connector on the display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I do not know what I was drawing using the LCD controller how after this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to call the LCD_Init / LCD_Enable defined in lpc_lcd.h, but this was not the intended behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I expect the support of everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kazutomo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:33:02 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:33:02Z</dc:date>
    <item>
      <title>How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549625#M13857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kazutomo on Mon Aug 24 08:33:49 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to draw on LCD (ILI9341) using the LPC4088 QSB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was successful in that it physically connect LPC4088 QSB display expansion connector on the display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I do not know what I was drawing using the LCD controller how after this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to call the LCD_Init / LCD_Enable defined in lpc_lcd.h, but this was not the intended behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I expect the support of everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kazutomo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549625#M13857</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549626#M13858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Tue Aug 25 11:13:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Kazutomo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can connect ILI9341 in serial or parallel mode(RGB or plain). Depending on this you will have to initialize display controller. Commands can be found in the datasheet at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.newhavendisplay.com%2Fapp_notes%2FILI9341.pdf" rel="nofollow" target="_blank"&gt;http://www.newhavendisplay.com/app_notes/ILI9341.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549626#M13858</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549627#M13859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by andersrosvall on Tue Aug 25 14:50:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you configure the controller in RGB mode, you can use the on-chip LCD controller in the LPC4088. Else you have to emulate a parallel (typically 8-bit) interface with GPIOs of the LPC4088.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In either case, you will have to read the ILI9341 user manual in detail as well as the code packages that EA has published on the mbed-site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anders from EA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549627#M13859</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549628#M13860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kazutomo on Tue Aug 25 19:12:15 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, mc and andersrosvall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to connect with 16bit RGB565 interface. and "IM0: 1, IM1: 0, IM2: 0, IM3: 0" chose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdeveloper.mbed.org%2Fmedia%2Fuploads%2Fembeddedartists%2Flpc4088qsbinterfaceexamples_revpa1.pdf" rel="nofollow" target="_blank"&gt;https://developer.mbed.org/media/uploads/embeddedartists/lpc4088qsbinterfaceexamples_revpa1.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The " Display Expansion to 4.3" 480x272 pixel LCD "section of this article I was connected to the LCD as a reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not cause something wrong up here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, are there any sample code to be in reference to enable the LCD controller from this state?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kazutomo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549628#M13860</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549629#M13861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by andersrosvall on Wed Aug 26 05:48:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A good strategy is often to start with something that work and then port it to your new setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have for example the LPC4088 Experiment base board, and you can connect our 4.3" LCD expansion board to this. We have ready code for this setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anders from EA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549629#M13861</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use LCD Controller?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549630#M13862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kazutomo on Wed Aug 26 08:38:01 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi andersrosvall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that the proposed ask strategy is the most correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I would like to work with an eye to the mass production.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this, I need to serve the purpose by using the LCD of a specific model number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have confirmed the implementation of the EAlib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This seemed a very simple implementation. I've run the sample code written in the header. However , nothing was displayed on the LCD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This difference is I thought that arise from differences in the model number of 4.3" LCD expansion board and LCD (DT022-BTFT).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope the purpose of the realization by the QVGA LCD that can be used for mass production after prototyping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it going to be a difficult challenge?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kazutomo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-LCD-Controller/m-p/549630#M13862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:33:05Z</dc:date>
    </item>
  </channel>
</rss>

