<?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>GUI GuiderのトピックRe: How to cut lvgl</title>
    <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1454410#M74</link>
    <description>&lt;P&gt;Hi Linda,&lt;/P&gt;
&lt;P&gt;would you be able to share the project or a small test case that shows this so we can confirm the behavior?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sat, 07 May 2022 00:07:05 GMT</pubDate>
    <dc:creator>brendonslade</dc:creator>
    <dc:date>2022-05-07T00:07:05Z</dc:date>
    <item>
      <title>How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1452530#M66</link>
      <description>&lt;P&gt;hello every body.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I was get code by gui guider. and build, it is success.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;result of build by keil：&lt;/SPAN&gt;Program Size: Code=166246 RO-data=34594 RW-data=520 ZI-data=56392&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I just add a button an text.&amp;nbsp; It is too bigger then my mcu &lt;SPAN&gt;internal&amp;nbsp;&lt;/SPAN&gt;flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I try to remove some file but can not build the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; so how I do？any&amp;nbsp;&lt;SPAN&gt;Documentation？&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 06:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1452530#M66</guid>
      <dc:creator>linda4185</dc:creator>
      <dc:date>2022-05-04T06:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453352#M68</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To reduce the image size,&amp;nbsp; you can disable the unused widgets via the lv_conf.h file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example, if you don't want to use the Image widget, you just need to update the following line in lv_conf.h:&lt;/P&gt;
&lt;P&gt;#define LV_USE_IMG 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# change 1 to 0 can disable this widget&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453352#M68</guid>
      <dc:creator>zongchunyu</dc:creator>
      <dc:date>2022-05-05T08:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453385#M69</link>
      <description>&lt;P&gt;To reduce the image size, you can also try to use optimization options with size optimized.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-O2: balance optimization for size and speed.&lt;/P&gt;
&lt;P&gt;-Oz: size optimization,&amp;nbsp;&lt;SPAN&gt;disregards performance optimization&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:59:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453385#M69</guid>
      <dc:creator>zhenhualuo</dc:creator>
      <dc:date>2022-05-05T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453407#M70</link>
      <description>&lt;P&gt;thinks for reply&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I close all items except btn,and build project. the image size about 84KB，&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;then set&amp;nbsp;&lt;SPAN&gt;size optimized O3, it will be zoom out to 64KB，but I give up it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453407#M70</guid>
      <dc:creator>linda4185</dc:creator>
      <dc:date>2022-05-05T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453408#M71</link>
      <description>&lt;P&gt;Thinks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;This&amp;nbsp; &lt;SPAN&gt;is an efficient and fast method but&amp;nbsp;does not solve the problem at the source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The reason is that will make some error when Optimization level set highest.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1453408#M71</guid>
      <dc:creator>linda4185</dc:creator>
      <dc:date>2022-05-05T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1454410#M74</link>
      <description>&lt;P&gt;Hi Linda,&lt;/P&gt;
&lt;P&gt;would you be able to share the project or a small test case that shows this so we can confirm the behavior?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 00:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1454410#M74</guid>
      <dc:creator>brendonslade</dc:creator>
      <dc:date>2022-05-07T00:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1455025#M76</link>
      <description>&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I will buil a new project when my program is done&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 14:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1455025#M76</guid>
      <dc:creator>linda4185</dc:creator>
      <dc:date>2022-05-09T14:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut lvgl</title>
      <link>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1455397#M81</link>
      <description>&lt;P&gt;sorry sir&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I &lt;SPAN&gt;made a mistake&lt;/SPAN&gt;，the image size is code+ROdata，I just &lt;SPAN&gt;calculate code size.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 06:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/How-to-cut-lvgl/m-p/1455397#M81</guid>
      <dc:creator>linda4185</dc:creator>
      <dc:date>2022-05-10T06:43:03Z</dc:date>
    </item>
  </channel>
</rss>

