<?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>topic RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1866522#M30365</link>
    <description>&lt;P&gt;After looking at a few PXP driver examples (namely pxp_lcdif_handshake), it appears that PXP is utilized with eLCDIF.&lt;/P&gt;&lt;P&gt;Ultimately, I am looking to offload/reduce/optimize the execution times for the below emWin call structure (like emwin_gui_demo project) used to drive the multicolor display.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;        if(condition)
        {
            GUI_MULTIBUF_Begin();
            GUI_Exec();
            GUI_MULTIBUF_End();
        }&lt;/LI-CODE&gt;&lt;P&gt;Depending on the graphics operations being performed, I have measured &amp;gt;20 msec execution times which is quite significant.&lt;/P&gt;&lt;P&gt;Can PXP be used with LCDIFv2? If yes, then how?&lt;/P&gt;&lt;P&gt;Can PXP be used with emWin multi-buffering?&lt;/P&gt;&lt;P&gt;To what degree can PXP help&amp;nbsp;offload/reduce/optimize the execution times for the above calls? What other options do I have (other than GPU2D/VGLite)?&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 18:54:14 GMT</pubDate>
    <dc:creator>lsrbigfoot</dc:creator>
    <dc:date>2024-05-15T18:54:14Z</dc:date>
    <item>
      <title>RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1866522#M30365</link>
      <description>&lt;P&gt;After looking at a few PXP driver examples (namely pxp_lcdif_handshake), it appears that PXP is utilized with eLCDIF.&lt;/P&gt;&lt;P&gt;Ultimately, I am looking to offload/reduce/optimize the execution times for the below emWin call structure (like emwin_gui_demo project) used to drive the multicolor display.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;        if(condition)
        {
            GUI_MULTIBUF_Begin();
            GUI_Exec();
            GUI_MULTIBUF_End();
        }&lt;/LI-CODE&gt;&lt;P&gt;Depending on the graphics operations being performed, I have measured &amp;gt;20 msec execution times which is quite significant.&lt;/P&gt;&lt;P&gt;Can PXP be used with LCDIFv2? If yes, then how?&lt;/P&gt;&lt;P&gt;Can PXP be used with emWin multi-buffering?&lt;/P&gt;&lt;P&gt;To what degree can PXP help&amp;nbsp;offload/reduce/optimize the execution times for the above calls? What other options do I have (other than GPU2D/VGLite)?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1866522#M30365</guid>
      <dc:creator>lsrbigfoot</dc:creator>
      <dc:date>2024-05-15T18:54:14Z</dc:date>
    </item>
    <item>
      <title>回复： RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1867907#M30438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13847"&gt;@lsrbigfoot&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;P&gt;1. Yes, it is supported. You can refer to this AN:&lt;A href="https://www.nxp.com/docs/en/application-note/AN13075.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13075.pdf&lt;/A&gt;&lt;BR /&gt;Chapter 5.3&amp;nbsp; VGLite +PXP + LCDIF implementation&lt;/P&gt;
&lt;P&gt;2. There is no clear information about this from my side at the moment.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;PXP display performance: ~3us @ 8 x 8 pixel; ~6243us @ 480 x 272 pixel. For other optimization methods, consider the choice of DMA, code optimization level, and code execution space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 08:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1867907#M30438</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2024-05-17T08:44:47Z</dc:date>
    </item>
    <item>
      <title>回复： RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1868225#M30456</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261"&gt;@Gavin_Jia&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;for response.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I find and download the project source for 'Map_PXP_SingleTask'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The zip file for AN13075SW is currently corrupted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also viewed several&amp;nbsp;SDK_2_XX_Y_MIMXRT1170-EVK(B) packages for 'vglite_examples' subfolder but could not find the Map_PXP_SingleTask project.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1868225#M30456</guid>
      <dc:creator>lsrbigfoot</dc:creator>
      <dc:date>2024-05-17T18:08:44Z</dc:date>
    </item>
    <item>
      <title>回复： RT1170 EVKB: PXP, (eLCDIF/LCDIFv2), and emWin</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1868228#M30457</link>
      <description>&lt;P&gt;...never mind. I found it in the Application Code Hub.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVKB-PXP-eLCDIF-LCDIFv2-and-emWin/m-p/1868228#M30457</guid>
      <dc:creator>lsrbigfoot</dc:creator>
      <dc:date>2024-05-17T18:25:18Z</dc:date>
    </item>
  </channel>
</rss>

