<?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: GUI Guider Inquiry about serious performance issues? in GUI Guider</title>
    <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814319#M813</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi，&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228893"&gt;@seobi1111&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry, but my computer can't unzip your file. Please send to me at: xxxxxxx&lt;/P&gt;
&lt;P&gt;BR, Alex&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 06:21:36 GMT</pubDate>
    <dc:creator>Alex_Wang</dc:creator>
    <dc:date>2024-02-23T06:21:36Z</dc:date>
    <item>
      <title>GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1809922#M801</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;A serious problem occured during development with the GUI Guider.&lt;/P&gt;&lt;P&gt;There is an issue where operation becomes very slow when multiple widgets(e.g. buttons) are displayed in a single screen container box.&lt;/P&gt;&lt;P&gt;Below is the test screen and code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Screen Container1] : button widget 40 ea&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen_container1.PNG" style="width: 460px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263478i88F54512321B4EAA/image-dimensions/460x253?v=v2" width="460" height="253" role="button" title="screen_container1.PNG" alt="screen_container1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Screen Container2]&amp;nbsp;: button widget 0 ea&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen_container2.PNG" style="width: 459px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263479iF255B71D45DD9DAF/image-dimensions/459x255?v=v2" width="459" height="255" role="button" title="screen_container2.PNG" alt="screen_container2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Code]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code.PNG" style="width: 463px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263480i74786258A4DA7071/image-dimensions/463x349?v=v2" width="463" height="349" role="button" title="code.PNG" alt="code.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The label marked '0' is continuously increased by 1 in an infinite loop.&lt;/P&gt;&lt;P&gt;The label value increases very slowly in screen 1 than in screen 2.&lt;/P&gt;&lt;P&gt;The more widgets you add, the slower it becomes.&lt;/P&gt;&lt;P&gt;The application you want to develop must display data in real(RPM, km/h, etc.) with multiple widgets such as images, labels and buttons.&lt;/P&gt;&lt;P&gt;I've tried various improvements, but couldn't find a solution, so I'm contacting you.&lt;/P&gt;&lt;P&gt;If there is no way to improve, we urgently need to review other UI tools, so we would appreciate your quick reply.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 11:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1809922#M801</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-02-16T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1810609#M802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To improve the performance of the application you mentioned. you can try the following ways:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Replace the 40 button widgets with one button matrix widget. this can reduce the widget number but get same effects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Create another FreeRTOS task to increase and set the label value.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Zongchun&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 06:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1810609#M802</guid>
      <dc:creator>zongchunyu</dc:creator>
      <dc:date>2024-02-19T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1810737#M804</link>
      <description>&lt;P&gt;Hi. zongchunyu~&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Replace the 40 button widgets with one button matrix widget. this can reduce the widget number but get same effects.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;=&amp;gt;&amp;nbsp;The 40 button is an example to express that placing multiple widgets slows down the process.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I&amp;nbsp;need to use not only buttons but also various widgets such as images, labels, and imgbtn.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Therefore, changing to button matrix is not subject to review.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Create another FreeRTOS task to increase and set the label value.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;=&amp;gt; I tried creating an additional task and changing the label value, but it was confirmed to be slower.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Please give an example of adding a simple task.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:07:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1810737#M804</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-02-19T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1812712#M809</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228893"&gt;@seobi1111&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Hello, I tried to create a new task, and add a lot of buttons, the number ++ speed has no effect. Your code is putting the number ++ task into the Apptask task, and as the number of buttons increases this will affect the number ++ speed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; You need to remove the number ++ from the Apptask task and put it in the new task. In fact, the main code is to create a new function and create a new task within the main function to call that function. For reference:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;// Create a new function number ++
uint64_t uKm = 0;
static void TestTask(void *param)
{
	while(1)
    {
		if (guider_ui.screen_label_1 != NULL)
		{
		    lv_label_set_text_fmt(guider_ui.screen_label_1, "%01"LV_PRIu32, uKm++);
		}

        vTaskDelay(10);
    }
}
// Add a new task call function to the main function
int main(void)
{
    BaseType_t stat;

    /* Init board hardware. */
    /* attach FRO 12M to FLEXCOMM4 (debug console) */
    CLOCK_SetClkDiv(kCLOCK_DivFlexcom4Clk, 1u);
    CLOCK_AttachClk(BOARD_DEBUG_UART_CLK_ATTACH);

    /* attach FRO 12M to FLEXCOMM2 */
    CLOCK_SetClkDiv(kCLOCK_DivFlexcom2Clk, 1u);
    CLOCK_AttachClk(kFRO12M_to_FLEXCOMM2);

    CLOCK_SetClkDiv(kCLOCK_DivFlexioClk, 1u);
    CLOCK_AttachClk(kPLL0_to_FLEXIO);
    BOARD_InitBootClocks();
    BOARD_I2C_ReleaseBus();
    BOARD_InitBootPins();
    BOARD_InitDebugConsole();
    DEMO_InitUsTimer();
    
    /* Init smartdma. */
    BOARD_InitSmartDMA();

    stat = xTaskCreate(AppTask, "lvgl", configMINIMAL_STACK_SIZE + 800, NULL, tskIDLE_PRIORITY + 2, NULL);

    if (pdPASS != stat)
    {
        PRINTF("Failed to create lvgl task");
        while (1)
            ;
    }

    stat = xTaskCreate(TestTask, "test", configMINIMAL_STACK_SIZE + 1000, NULL, tskIDLE_PRIORITY + 1, NULL);

        if (pdPASS != stat)
        {
            PRINTF("Failed to create test task");
            while (1)
                ;
        }


    vTaskStartScheduler();

    for (;;)
    {
    } /* should never get here */
}


&lt;/LI-CODE&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1812712#M809</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-02-21T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1812757#M810</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617" target="_self"&gt;&lt;SPAN class=""&gt;Alex_Wang&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;I tried following your guide, but nothing changed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Rather, the number has only increased, but the speed is still slow.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Below is my code.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/*
 * Copyright 2020 NXP
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include "FreeRTOS.h"
#include "task.h"

#include "fsl_debug_console.h"
#include "lvgl_support.h"
#include "pin_mux.h"
#include "board.h"
#include "lvgl.h"
#include "gui_guider.h"
#include "events_init.h"
#include "custom.h"
#include "lvgl_demo_utils.h"
#include "lvgl_freertos.h"

#include "fsl_soc_src.h"

#include "event_groups.h"
/*******************************************************************************
 * Definitions
 ******************************************************************************/
#define B0 (1 &amp;lt;&amp;lt; 0)
#define B1 (1 &amp;lt;&amp;lt; 1)

/*******************************************************************************
 * Variables
 ******************************************************************************/
static volatile bool s_lvgl_initialized = false;
lv_ui guider_ui;

/*******************************************************************************
 * Prototypes
 ******************************************************************************/

#if LV_USE_LOG
static void print_cb(const char *buf)
{
    PRINTF("\r%s\n", buf);
}
#endif

static uint32_t get_idle_time_cb(void)
{
    return (getIdleTaskTime() / 1000);
}

static void reset_idle_time_cb(void)
{
    resetIdleTaskTime();
}

uint16_t uRpm = 0;
static void AppTask(void *param)
{
#if LV_USE_LOG
    lv_log_register_print_cb(print_cb);
#endif

    lv_timer_register_get_idle_cb(get_idle_time_cb);
    lv_timer_register_reset_idle_cb(reset_idle_time_cb);
    lv_port_pre_init();
    lv_init();
    lv_port_disp_init();
    lv_port_indev_init();

    s_lvgl_initialized = true;

    setup_ui(&amp;amp;guider_ui);
    events_init(&amp;amp;guider_ui);
    custom_init(&amp;amp;guider_ui);

    for (;;)
    {
    	lv_task_handler();
    	vTaskDelay(5);
    }
}

static void TestTask(void *param)
{
    for (;;)
    {
    	if (guider_ui.screen_label_1 != NULL)
    	{
    		lv_label_set_text_fmt(guider_ui.screen_label_1 , "%01"LV_PRIu32, uRpm++);
    	}

    	vTaskDelay(10);
    }
}

/*******************************************************************************
 * Code
 ******************************************************************************/
/*!
 * @brief Main function
 */
int main(void)
{
    BaseType_t stat;

    /* Init board hardware. */
    BOARD_ConfigMPU();
    BOARD_BootClockRUN();

    /*
     * Reset the displaymix, otherwise during debugging, the
     * debugger may not reset the display, then the behavior
     * is not right.
     */
    SRC_AssertSliceSoftwareReset(SRC, kSRC_DisplaySlice);

    BOARD_InitLpuartPins();
    BOARD_InitMipiPanelPins();
    BOARD_MIPIPanelTouch_I2C_Init();
    BOARD_InitDebugConsole();
    DEMO_InitUsTimer();

    stat = xTaskCreate(AppTask, "lvgl", configMINIMAL_STACK_SIZE + 800, NULL, tskIDLE_PRIORITY + 2, NULL);

    if (pdPASS != stat)
    {
        PRINTF("Failed to create lvgl task");
        while (1)
            ;
    }

    stat = xTaskCreate(TestTask, "test", configMINIMAL_STACK_SIZE + 1000, NULL, tskIDLE_PRIORITY + 1, NULL);

    if (pdPASS != stat)
    {
        PRINTF("Failed to create test task");
        while (1)
            ;
    }

    vTaskStartScheduler();

    for (;;)
    {
    } /* should never get here */
}

/*!
 * @brief Malloc failed hook.
 */
void vApplicationMallocFailedHook(void)
{
    PRINTF("Malloc failed. Increase the heap size.");

    for (;;)
        ;
}

/*!
 * @brief FreeRTOS tick hook.
 */
void vApplicationTickHook(void)
{
    if (s_lvgl_initialized)
    {
        lv_tick_inc(1);
    }
}

/*!
 * @brief Stack overflow hook.
 */
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName)
{
    (void)pcTaskName;
    (void)xTask;

    for (;;)
        ;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;And I am testing with MIMXRT1170-EVK.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 10:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1812757#M810</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-02-21T10:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814246#M811</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228893"&gt;@seobi1111&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I tested it in MIMXRT1170-EVK and did not see a significant slowdown with the naked eye, please refer to the video.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If it is convenient, please share your test results.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 02:50:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814246#M811</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-02-23T02:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814281#M812</link>
      <description>&lt;P&gt;Hello, Alex_Wang&lt;BR /&gt;Thank you very much for your active help.&lt;BR /&gt;I hope this issue will be resolved soon.&lt;BR /&gt;I am attaching my GUI Guider and MCUXpresso project.&lt;BR /&gt;Please test my project in your test environment.&lt;BR /&gt;When you touch the left or right button, cont_1 and cont_2 are switched, and the speed varies greatly depending on whether the button widget is present or not.&lt;BR /&gt;Please check and confirm if you have the same issue as me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;Since large files cannot be attached, it will be sent in double-split compression.&lt;/P&gt;&lt;P&gt;*&amp;nbsp;If you are unable to unzip the file, please provide me with an email address where I can receive the&amp;nbsp;large compressed file.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 03:47:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814281#M812</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-02-23T03:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814319#M813</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi，&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228893"&gt;@seobi1111&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry, but my computer can't unzip your file. Please send to me at: xxxxxxx&lt;/P&gt;
&lt;P&gt;BR, Alex&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 06:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814319#M813</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-02-23T06:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814330#M815</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sent to xxxxxxx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please confirm.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 06:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1814330#M815</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-02-23T06:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1820121#M822</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228893"&gt;@seobi1111&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am very sorry to reply you so long. We have verified your code and the laber++ speed is different. We suggest that if you want to get accurate counting speed, you need to use a timer to complete it. If you only use ++ to count, it will be affected by CPU loading, because we refresh the interface through LCDIF for RT, and loading is relatively large when there are many objects in the screen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We have reported this problem to the development department. Now, you can try using a timer to change the speed of laber++. Hope this helps you.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 05:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1820121#M822</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-03-04T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Guider Inquiry about serious performance issues?</title>
      <link>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1820194#M823</link>
      <description>&lt;P&gt;Hi, Alex_Wang.&lt;/P&gt;&lt;P&gt;Anyway, I wanted to inquire about today’s progress.&lt;/P&gt;&lt;P&gt;Even if you use a timer, won't there be a load on screen updating if there are many widgets or objects?&lt;/P&gt;&lt;P&gt;Even if we use a timer, we get the same results.&lt;/P&gt;&lt;P&gt;If you get different results from ours, please share your test video and code.&lt;/P&gt;&lt;P&gt;We would also appreciate it if the NXP development team would consider a solution as soon as possible.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 06:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/GUI-Guider-Inquiry-about-serious-performance-issues/m-p/1820194#M823</guid>
      <dc:creator>seobi1111</dc:creator>
      <dc:date>2024-03-04T06:30:04Z</dc:date>
    </item>
  </channel>
</rss>

