<?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のトピックimport a image in the lpc54628 lcd display</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1204445#M43378</link>
    <description>&lt;P&gt;hi, i am suraj&lt;/P&gt;&lt;P&gt;i want to display a image in the lcd screen in the lpc54628 which is in the same ratio as the lcd screen ratio values and so can i do it, if so how to do it. i have referred the examples given in the lpc54628 board, it has given fir the cursor that is on the ratio of 8x32 and the image i have is 480x272 and so can i do it, if so help me.&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 06:32:55 GMT</pubDate>
    <dc:creator>suraj78725</dc:creator>
    <dc:date>2020-12-28T06:32:55Z</dc:date>
    <item>
      <title>import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1204445#M43378</link>
      <description>&lt;P&gt;hi, i am suraj&lt;/P&gt;&lt;P&gt;i want to display a image in the lcd screen in the lpc54628 which is in the same ratio as the lcd screen ratio values and so can i do it, if so how to do it. i have referred the examples given in the lpc54628 board, it has given fir the cursor that is on the ratio of 8x32 and the image i have is 480x272 and so can i do it, if so help me.&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 06:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1204445#M43378</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2020-12-28T06:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1204828#M43387</link>
      <description>&lt;P&gt;Hi, Suraj,&lt;/P&gt;
&lt;P&gt;From your description, you want to display an image, which is a static portrait, I think it is okay, you need to declare an array, just fill the array with the portrait pixel, it is okay.&lt;/P&gt;
&lt;P&gt;This is an application note for the LCD, I think it is helpful.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12027.zip" target="_blank"&gt;https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12027.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;hope it can help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 08:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1204828#M43387</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-12-29T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1205243#M43401</link>
      <description>&lt;P&gt;thanks xiang,&lt;/P&gt;&lt;P&gt;i referred the files you included, can i do it without using app wizard and gui interface?&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if possible do tell a reference to make the image display in the main screen of the board instead of&amp;nbsp; the cursor, it has only told for the cursor display of the image not for the whole screen.&lt;/P&gt;&lt;P&gt;please do help me as soon as possible.&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 10:33:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1205243#M43401</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2020-12-30T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1205947#M43430</link>
      <description>&lt;P&gt;Hi, Suraj,&lt;/P&gt;
&lt;P&gt;After you unzip the an12027 package, you can see the directory, for example lcdc_1_tft16bpp example. It fill the LCD memory buffer with constant data.&lt;/P&gt;
&lt;P&gt;But I think it is difficult to convert a portrait file to pixel data, because you have to parse the file format, extract the pixel data and fill LCD memory buff.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1609747158653.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133819i1EA4914147A0BDD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1609747158653.png" alt="xiangjun_rong_0-1609747158653.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 08:05:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1205947#M43430</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-01-04T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1206078#M43436</link>
      <description>&lt;P&gt;hi xiang,&lt;/P&gt;&lt;P&gt;i coudn't able to display as of now, previously i have done with the conversion process of the rgb image into pixel and then putting inside the code but now i saw that the configuration which can be done for the cursor palette but not for the background.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will try the given method of urs and tell you&amp;nbsp;&lt;/P&gt;&lt;P&gt;with regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;suraj&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1206078#M43436</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2021-01-04T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: import a image in the lpc54628 lcd display</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1209621#M43519</link>
      <description>&lt;P&gt;thanks for the response&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:02:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/import-a-image-in-the-lpc54628-lcd-display/m-p/1209621#M43519</guid>
      <dc:creator>suraj78725</dc:creator>
      <dc:date>2021-01-11T11:02:04Z</dc:date>
    </item>
  </channel>
</rss>

