<?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 Re: i.MX93 LVGL how to use PXP rendering in i.MX Graphics</title>
    <link>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1987300#M641</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/239751"&gt;@chrishoen&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The pxp feature is only available on iiMX RTxxx platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 20:20:14 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-11-04T20:20:14Z</dc:date>
    <item>
      <title>i.MX93 LVGL how to use PXP rendering</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1986312#M635</link>
      <description>&lt;P&gt;I'm trying to get the LVGL benchmark program for MX93 (LVGL ported to i.MX 93 Evaluation Kit) (&lt;A href="https://github.com/lvgl/lv_port_nxp_imx93.git" target="_blank"&gt;https://github.com/lvgl/lv_port_nxp_imx93.git&lt;/A&gt;) working so that it uses the PXP gpu for rendering.&lt;/P&gt;&lt;P&gt;In lv_config.h, I set&lt;/P&gt;&lt;P&gt;#define LV_USE_DRAW_PXP 1&lt;/P&gt;&lt;P&gt;and get compile errors:&lt;/P&gt;&lt;P&gt;fatal error: fsl_cache.h: No such file or directory&lt;/P&gt;&lt;P&gt;which are obviously not MX93,&amp;nbsp; but for some NXP microcontroller.&lt;/P&gt;&lt;P&gt;Any advice on where I can go from here is appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 14:34:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1986312#M635</guid>
      <dc:creator>chrishoen</dc:creator>
      <dc:date>2024-11-01T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 LVGL how to use PXP rendering</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1987300#M641</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/239751"&gt;@chrishoen&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The pxp feature is only available on iiMX RTxxx platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 20:20:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1987300#M641</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-11-04T20:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 LVGL how to use PXP rendering</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1988041#M642</link>
      <description>Hi Chavira&lt;BR /&gt;OK, so do any of the following lvgl selections in CMakeLists.txt: LV_USE_WAYLAND, LV_USE_SDL, LV_USE_DRM actually use the PXP?&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 05 Nov 2024 15:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1988041#M642</guid>
      <dc:creator>chrishoen</dc:creator>
      <dc:date>2024-11-05T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 LVGL how to use PXP rendering</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1988155#M643</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/239751"&gt;@chrishoen&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According with our Linux Documentation the GPU 2D works with the PXP Module in iMX93.&lt;/P&gt;
&lt;P&gt;The LVGL should run in the GPU 2D that is helped for PXP module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 17:41:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/i-MX93-LVGL-how-to-use-PXP-rendering/m-p/1988155#M643</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-11-05T17:41:31Z</dc:date>
    </item>
  </channel>
</rss>

