<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Renesas Envision Kit RX65N Roadtest Part Five - Static Setup of the GUI</title><link>/products/roadtest/b/blog/posts/renesas-envision-kit-rx65n-roadtest-part-five---static-setup-of-the-gui</link><description>My Road test is to test out the development tools and features of the board in building out a version of the HMI I created for my power supply (and then extend the functionality using other board features.) TL;DR;I’m aiming these posts at those ...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Renesas Envision Kit RX65N Roadtest Part Five - Static Setup of the GUI</title><link>https://community.element14.com/products/roadtest/b/blog/posts/renesas-envision-kit-rx65n-roadtest-part-five---static-setup-of-the-gui</link><pubDate>Mon, 09 Dec 2019 21:36:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d9b51c2f-4c99-415d-9711-f6f249870a46</guid><dc:creator>three-phase</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice update to your roadtest in a well laid out blog.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8394&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Renesas Envision Kit RX65N Roadtest Part Five - Static Setup of the GUI</title><link>https://community.element14.com/products/roadtest/b/blog/posts/renesas-envision-kit-rx65n-roadtest-part-five---static-setup-of-the-gui</link><pubDate>Mon, 09 Dec 2019 20:50:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d9b51c2f-4c99-415d-9711-f6f249870a46</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;A little fun project&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/234x132/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-d9b51c2f-4c99-415d-9711-f6f249870a46/contentimage_5F00_205450.gif:234:132]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Requires a single text label on the screen. I used the biggest font available.&lt;/p&gt;&lt;p&gt;I copied the ID of the text field from the c file generated by the GUI creator&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=c_cpp&amp;amp;text=%23include+%22GUI.h%22%0A%23include+%22Pin.h%22%0A%23include+%22DIALOG.h%22%0A%0A%23include+%3Cstdint.h%3E%0A%23include+%3Cstdio.h%3E%0A%0A%23define+ID_TEXT_0++++%28GUI_ID_USER+%2B+0x01%29%0A%0AWM_HWIN+CreateWindow%28void%29%3B%0A%0Avoid+main%28void%29%0A%7B%0A++char+buffer%5B11%5D%3B%0A++uint32_t+uCounter+%3D+0%3B%0A%0A++++R_Pins_Create%28%29%3B%0A++++GUI_Init%28%29%3B%0A%0A++++WM_HWIN+hWin+%3D+CreateWindow%28%29%3B%0A++++WM_HWIN+tCounter+%3D+WM_GetDialogItem%28hWin%2C+ID_TEXT_0%29%3B%0A%0A++while%281%29+%7B%0A++++sprintf+%28+buffer%2C+%22%25u%22%2C+uCounter%2B%2B+%29%3B%0A++++TEXT_SetText%28tCounter%2C+buffer%29%3B%0A++++GUI_Delay%281%29%3B%0A++%7D%0A%7D]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8394&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Renesas Envision Kit RX65N Roadtest Part Five - Static Setup of the GUI</title><link>https://community.element14.com/products/roadtest/b/blog/posts/renesas-envision-kit-rx65n-roadtest-part-five---static-setup-of-the-gui</link><pubDate>Sun, 08 Dec 2019 13:17:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d9b51c2f-4c99-415d-9711-f6f249870a46</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thank you for the write-up. using your base project and these comments, I was able to get a first dialog going fast.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/629x471/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-d9b51c2f-4c99-415d-9711-f6f249870a46/3288.contentimage_5F00_205449.png:629:471]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It&amp;#39;s static, just a text box and scroll bar, but it got me started.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8394&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>