<?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: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
    <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1969426#M1230</link>
    <description>&lt;P&gt;Hello Ryo,&lt;/P&gt;
&lt;P&gt;Thank you for reporting this issue.&amp;nbsp; since the latest MCUXpresso SDK has supported the Raspberry panel &lt;SPAN data-slate-fragment="JTVCJTdCJTIydHlwZSUyMiUzQSUyMnBhcmFncmFwaCUyMiUyQyUyMmNoaWxkcmVuJTIyJTNBJTVCJTdCJTIyaWQlMjIlM0ElMjJ6clE5clB4bWRWJTIyJTJDJTIycGFyYUlkeCUyMiUzQTAlMkMlMjJzcmMlMjIlM0ElMjJvZmZpY2lhbCUyMiUyQyUyMmRzdCUyMiUzQSUyMiVFNSVBRSU5OCVFNiU5NiVCOSVFNyU5QSU4NCUyMiUyQyUyMm1ldGFkYXRhJTIyJTNBJTIyJTIyJTJDJTIybWV0YURhdGElMjIlM0ElNUIlNUQlMkMlMjJ0ZXh0JTIyJTNBJTIyb2ZmaWNpYWxseSUyMiU3RCU1RCU3RCU1RA=="&gt;officially for RT1170EVKB board.&amp;nbsp; we have upgraded the SDK code to match the latest SDK&lt;/SPAN&gt;&amp;nbsp;from GUI Guider v1.8.0 release.&amp;nbsp; meanwhile the Raspberry panel support method you mentioned was dropped.&lt;/P&gt;
&lt;P&gt;we also just checked the Raspberry panel using GUI Guider v1.8.1. no issue was found.&amp;nbsp; so could you please share your projects? we can help to check the reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zongchun&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 03:08:53 GMT</pubDate>
    <dc:creator>zongchunyu</dc:creator>
    <dc:date>2024-10-09T03:08:53Z</dc:date>
    <item>
      <title>MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1966771#M1225</link>
      <description>&lt;P&gt;Hi NXP.&lt;BR /&gt;I would like to use the LCD for Raspberry Pi with GUI Guider1.81, MIMRT1170-EVKB, and the RASPI_7INCH option.&lt;BR /&gt;However, at the moment, even if I write the GUI Guider sample project, it does not work properly and the screen remains black.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project on the site below has a working RaspberryPi LCD (probably a project created with GUI Guider).&lt;BR /&gt;&lt;A href="https://github.com/nxp-appcodehub/dm-lvgl_cluster_rt1170_evkb_rpi" target="_blank"&gt;https://github.com/nxp-appcodehub/dm-lvgl_cluster_rt1170_evkb_rpi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After checking the differences and porting the necessary parts of the source code from github above to the source code output by GUI Guider,&lt;BR /&gt;I was able to display the LCD screen.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;-Ported display_support.c&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_0-1728024811168.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302693i573AA162EDDB798F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_0-1728024811168.png" alt="Ryo_Aoki_0-1728024811168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;--left Github src&amp;nbsp; &amp;nbsp;/&amp;nbsp; &amp;nbsp;right gui guider output src&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;--I guess GPIO control via PCA6416 IO expander is required&lt;/P&gt;&lt;P&gt;&amp;nbsp;-Ported pca6416.c/h, pca9530.c/h, rpi.c/h&lt;/P&gt;&lt;P&gt;&amp;nbsp;-Ported the contents of the talk_to_raspi() function from lvgl_guider.c to rpi.c&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_2-1728025072386.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302696i0CBA8898D8536829/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_2-1728025072386.png" alt="Ryo_Aoki_2-1728025072386.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; --github src&amp;nbsp; lvgl_guider.c&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; -- I think this initialization function is necessary,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but I think it would be better to have it in rpi.c/fsl_rpi.c rather than lvgl_guider.c where the main function is located.&lt;/P&gt;&lt;P&gt;&amp;nbsp;-Deleted fsl_rpi.c/h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is an inconvenient situation,&lt;BR /&gt;so I hope that they will fix it so that RASPI_7INCH can run as is with the source code output by GUI Guider.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 07:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1966771#M1225</guid>
      <dc:creator>Ryo_Aoki</dc:creator>
      <dc:date>2024-10-04T07:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1969284#M1229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202348"&gt;@Ryo_Aoki&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for sharing this information. It will be very useful for other users that might want to use the RASPI_7INCH with their&amp;nbsp;MIMRT1170-EVKB as well.&lt;/P&gt;
&lt;P&gt;That said, I agree that GUI Guider should be able to output a RASPI_7INCH project from the start as well.&lt;/P&gt;
&lt;P&gt;I will comment this to the GUI Guider team and let them know this requirement.&lt;/P&gt;
&lt;P&gt;Thanks again for sharing.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 22:10:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1969284#M1229</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-10-08T22:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1969426#M1230</link>
      <description>&lt;P&gt;Hello Ryo,&lt;/P&gt;
&lt;P&gt;Thank you for reporting this issue.&amp;nbsp; since the latest MCUXpresso SDK has supported the Raspberry panel &lt;SPAN data-slate-fragment="JTVCJTdCJTIydHlwZSUyMiUzQSUyMnBhcmFncmFwaCUyMiUyQyUyMmNoaWxkcmVuJTIyJTNBJTVCJTdCJTIyaWQlMjIlM0ElMjJ6clE5clB4bWRWJTIyJTJDJTIycGFyYUlkeCUyMiUzQTAlMkMlMjJzcmMlMjIlM0ElMjJvZmZpY2lhbCUyMiUyQyUyMmRzdCUyMiUzQSUyMiVFNSVBRSU5OCVFNiU5NiVCOSVFNyU5QSU4NCUyMiUyQyUyMm1ldGFkYXRhJTIyJTNBJTIyJTIyJTJDJTIybWV0YURhdGElMjIlM0ElNUIlNUQlMkMlMjJ0ZXh0JTIyJTNBJTIyb2ZmaWNpYWxseSUyMiU3RCU1RCU3RCU1RA=="&gt;officially for RT1170EVKB board.&amp;nbsp; we have upgraded the SDK code to match the latest SDK&lt;/SPAN&gt;&amp;nbsp;from GUI Guider v1.8.0 release.&amp;nbsp; meanwhile the Raspberry panel support method you mentioned was dropped.&lt;/P&gt;
&lt;P&gt;we also just checked the Raspberry panel using GUI Guider v1.8.1. no issue was found.&amp;nbsp; so could you please share your projects? we can help to check the reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zongchun&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 03:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1969426#M1230</guid>
      <dc:creator>zongchunyu</dc:creator>
      <dc:date>2024-10-09T03:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1970927#M1231</link>
      <description>&lt;P&gt;Hi zongchunyu.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I shared a project I created with GUI Guider 1.81.&lt;BR /&gt;It has been split due to file size limitations.&lt;BR /&gt;This project simply loaded a sample program with the default settings,&lt;BR /&gt;without any special customization.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_0-1728536269038.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303900i54F599FAD4ED9CCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_0-1728536269038.png" alt="Ryo_Aoki_0-1728536269038.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This project can be build and written to the board successfully using GUI Guider.&lt;BR /&gt;However,the display remains black and nothing can be displayed.&lt;BR /&gt;Similarly, the project can be build and written to the board successfully using MCU Xpresso.&lt;BR /&gt;However, the display remains black and nothing can be displayed.&lt;/P&gt;&lt;P&gt;The hardware and connections for the Raspberry Pi Display conform to the sample below,&lt;BR /&gt;and are working properly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nxp-appcodehub/dm-lvgl_cluster_rt1170_evkb_rpi" target="_blank"&gt;https://github.com/nxp-appcodehub/dm-lvgl_cluster_rt1170_evkb_rpi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is not the case in my environment,&lt;BR /&gt;but does this mean that the source code output by GUI Guider 1.81 will work properly as is?&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1970927#M1231</guid>
      <dc:creator>Ryo_Aoki</dc:creator>
      <dc:date>2024-10-10T04:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1970982#M1232</link>
      <description>&lt;P&gt;Hello Ryo,&lt;/P&gt;
&lt;P&gt;I just tested your project on my RT1170EVKB board. no issue was found. please refer to the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zongchun&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 05:54:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1970982#M1232</guid>
      <dc:creator>zongchunyu</dc:creator>
      <dc:date>2024-10-10T05:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1976730#M1236</link>
      <description>&lt;P&gt;Hi zongchunyu.&lt;/P&gt;&lt;P&gt;Thanks for testing. I did some testing and identified the cause.&lt;BR /&gt;In the source code output from GUIGuider,&lt;BR /&gt;I could see that the I2C communication was stuck at a certain point.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_0-1729232776646.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305416i63F2C0DA2D4239DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_0-1729232776646.jpeg" alt="Ryo_Aoki_0-1729232776646.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is repeating reading 0x82 to 0x10 of device 0x45 forever.&lt;BR /&gt;This is the POWERON wait part of fsl_rpi.c.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_1-1729232914869.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305419iFEEFAC6E45FD1696/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_1-1729232914869.png" alt="Ryo_Aoki_1-1729232914869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, this code will not proceed to the next step unless 0x*1 is read.&lt;BR /&gt;I tried commenting out this section and the display worked fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_2-1729232971156.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305421i2F95923FB6BCE600/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_2-1729232971156.png" alt="Ryo_Aoki_2-1729232971156.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_3-1729232999210.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305422iF23AC869EFD94F19/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_3-1729232999210.jpeg" alt="Ryo_Aoki_3-1729232999210.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have detailed information about the display,&lt;BR /&gt;but I think that the GUI Guider team's display and my display are probably different types, revisions, etc.&lt;/P&gt;&lt;P&gt;If possible, I would be happy if the code output by the tool can run on my own display without any modifications.&lt;BR /&gt;For reference, I have posted a photo of the display I have.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_4-1729233057334.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305423i407EF108D340560F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_4-1729233057334.jpeg" alt="Ryo_Aoki_4-1729233057334.jpeg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryo_Aoki_5-1729233066954.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305424i1A52A9FF83317902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryo_Aoki_5-1729233066954.jpeg" alt="Ryo_Aoki_5-1729233066954.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 06:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1976730#M1236</guid>
      <dc:creator>Ryo_Aoki</dc:creator>
      <dc:date>2024-10-18T06:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1170-EVKB and Raspberry pi7inch on GUI Guider1.81</title>
      <link>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1976754#M1237</link>
      <description>&lt;P&gt;Hello Ryo.&lt;/P&gt;
&lt;P&gt;Glad to hear you have&amp;nbsp;&lt;SPAN&gt;identified the cause. I just checked my Raspberry panel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;your panel is newer than the one we have.&amp;nbsp; the driver may be different when we use different revision panel.&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>Fri, 18 Oct 2024 06:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/MIMXRT1170-EVKB-and-Raspberry-pi7inch-on-GUI-Guider1-81/m-p/1976754#M1237</guid>
      <dc:creator>zongchunyu</dc:creator>
      <dc:date>2024-10-18T06:53:51Z</dc:date>
    </item>
  </channel>
</rss>

