<?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: IMXRTEVKB1170 - LVGL 9.2.1 WITH VGLITE in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2347992#M36473</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260625"&gt;@JebastinJosephJ789&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I apologize for my delayed response. Please accept my sincere apologies.&lt;/P&gt;
&lt;P&gt;I’ve reviewed the information in your attachment, and in some respects, it appears that the situation you’re facing is as expected.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. First, according to the GuiGuider documentation,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;many pre-rendered semi-transparent images → PXP may be better&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2026-04-09_15-17-31.png" style="width: 727px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381704i633C8DB0F260C2A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-04-09_15-17-31.png" alt="2026-04-09_15-17-31.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;A 2D GPU requires a stride that is an integer multiple of 16 pixels; in LVGL, stride = width. When the image dimensions are 705 x 624, this width does not satisfy the 16-pixel alignment requirement.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;Running everything in SDRAM will exacerbate the issues associated with 32 bpp and full refresh.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2026-04-09_15-19-59.png" style="width: 729px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381705i77020812CB79A60E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-04-09_15-19-59.png" alt="2026-04-09_15-19-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2026 07:23:18 GMT</pubDate>
    <dc:creator>Gavin_Jia</dc:creator>
    <dc:date>2026-04-09T07:23:18Z</dc:date>
    <item>
      <title>IMXRTEVKB1170 - LVGL 9.2.1 WITH VGLITE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2331032#M36355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Board:&lt;/STRONG&gt; NXP EVKB 1176&lt;BR /&gt;&lt;STRONG&gt;SDK Version:&lt;/STRONG&gt; 24.12&lt;BR /&gt;&lt;STRONG&gt;LVGL Version:&lt;/STRONG&gt; 9.2.1&lt;BR /&gt;&lt;STRONG&gt;GUI Guider Version:&lt;/STRONG&gt; 1.9.1&lt;BR /&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt; 800 × 740&lt;/P&gt;&lt;P&gt;I am generating code from GUI Guider for MCUXpresso. The default configuration supports a MIPI panel, but I changed it to an &lt;STRONG&gt;RGB parallel interface using LCDIFv2&lt;/STRONG&gt;. After making this change, I am experiencing very low FPS.&lt;/P&gt;&lt;P&gt;My observations are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;If I use &lt;STRONG&gt;static images with the same color depth as the display controller&lt;/STRONG&gt;, I get around &lt;STRONG&gt;62 FPS&lt;/STRONG&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;RGB565 images with RGB565 mode in LCDIFv2&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ARGB8888 images with ARGB8888 mode in LCDIFv2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If I use &lt;STRONG&gt;text labels&lt;/STRONG&gt;, the FPS drops to &lt;STRONG&gt;around 25 FPS&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If I use &lt;STRONG&gt;multiple text labels with different font families&lt;/STRONG&gt;, the FPS drops further to &lt;STRONG&gt;around 20 FPS&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If I &lt;STRONG&gt;rotate an image&lt;/STRONG&gt; or use &lt;STRONG&gt;LVGL built-in widgets such as arc&lt;/STRONG&gt;, the FPS drops &lt;STRONG&gt;below 8 FPS&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There is an option in GUI Guider and also in &lt;STRONG&gt;lv_conf.h&lt;/STRONG&gt; to enable &lt;STRONG&gt;VGLite&lt;/STRONG&gt; and &lt;STRONG&gt;PXP&lt;/STRONG&gt;. I have enabled both and debugged the code.&lt;/P&gt;&lt;P&gt;From the logs and CPU usage, I observed that the rendering is still handled by the &lt;STRONG&gt;CPU&lt;/STRONG&gt;, as the CPU usage stays at &lt;STRONG&gt;99–100%&lt;/STRONG&gt;. I would like to offload this to the &lt;STRONG&gt;GPU so that VGLite can handle the rendering&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Additionally, when I use &lt;STRONG&gt;ARGB8888 images with ARGB8888 configuration&lt;/STRONG&gt;, I created a screen with text and simulated the display by changing values. In this case, I only get &lt;STRONG&gt;around 2 FPS when rendering is done by the CPU&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Could you please provide guidance or support on &lt;STRONG&gt;properly enabling VGLite-accelerated rendering for the display&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 04:59:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2331032#M36355</guid>
      <dc:creator>JebastinJosephJ789</dc:creator>
      <dc:date>2026-03-12T04:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRTEVKB1170 - LVGL 9.2.1 WITH VGLITE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2333741#M36367</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260625"&gt;@JebastinJosephJ789&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;The issue you described appears to be that the VGLite acceleration did not actually execute successfully. There could be several reasons for this, such as the feature not being properly enabled or triggered, or the addresses of the image/buffer and stride not meeting VGLite’s constraints. I recommend that you first test this on the latest version of GUIGuider. If the issue can be reproduced there, you can then proceed to investigate your project configuration and code further.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (3).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/379432i1CF70B5824D515A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (3).png" alt="image (3).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 03:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2333741#M36367</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2026-03-17T03:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRTEVKB1170 - LVGL 9.2.1 WITH VGLITE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2334498#M36378</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I’ve been using ARGB565 mode with VG-Lite, but images are not displaying due to the RGB565A8 mode. However, text and other built-in widgets are running at around 45 FPS.&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;How can I display images with transparency? When I use ARGB8888, the performance is much slower compared to RGB565. I’ve already raised a query regarding improving FPS.&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I’ve tried optimization levels 2 and 3—at level 3, it runs at around 6 FPS, and without it, about 3 FPS. Currently, I’m running everything from SDRAM only.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Do you have any base code for using VG-Lite with LVGL?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;i also attached the excel sheet for fps reference for different scenarios&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Note:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Same configuration which im using here both rgb565/argb8888 running at 50-60fps with qt for mcu. There i have checked vglite is tightly integrated. it handles flush and rendering too.&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;So i want to achieve the same with lvgl.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 07:41:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2334498#M36378</guid>
      <dc:creator>JebastinJosephJ789</dc:creator>
      <dc:date>2026-03-18T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRTEVKB1170 - LVGL 9.2.1 WITH VGLITE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2347992#M36473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260625"&gt;@JebastinJosephJ789&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I apologize for my delayed response. Please accept my sincere apologies.&lt;/P&gt;
&lt;P&gt;I’ve reviewed the information in your attachment, and in some respects, it appears that the situation you’re facing is as expected.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. First, according to the GuiGuider documentation,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;many pre-rendered semi-transparent images → PXP may be better&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2026-04-09_15-17-31.png" style="width: 727px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381704i633C8DB0F260C2A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-04-09_15-17-31.png" alt="2026-04-09_15-17-31.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;A 2D GPU requires a stride that is an integer multiple of 16 pixels; in LVGL, stride = width. When the image dimensions are 705 x 624, this width does not satisfy the 16-pixel alignment requirement.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;Running everything in SDRAM will exacerbate the issues associated with 32 bpp and full refresh.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2026-04-09_15-19-59.png" style="width: 729px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381705i77020812CB79A60E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-04-09_15-19-59.png" alt="2026-04-09_15-19-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 07:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRTEVKB1170-LVGL-9-2-1-WITH-VGLITE/m-p/2347992#M36473</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2026-04-09T07:23:18Z</dc:date>
    </item>
  </channel>
</rss>

