<?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 eGUI: a menu. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600140#M35225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;I use TWR-K70F120.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;I want to create a menu&amp;nbsp;on LCD&amp;nbsp;in my project and navigate through the items with buttons.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;So I created the items as&amp;nbsp;LABEL objects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;D4D_DECLARE_STD_LABEL(scr_entry_lblItem1, "ITEM 1", LBL_ITEM1_POSX, LBL_ITEM1_POSY, LBL_ITEM1_SIZEX, LBL_ITEM1_SIZEY,&amp;nbsp; (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT), NULL, FONT_BERLIN_SANS_FBDEMI12_HIGH, NULL, NULL)&lt;BR /&gt;D4D_DECLARE_STD_LABEL(&lt;SPAN style="font-family: Calibri;"&gt;scr_entry_lblItem2&lt;/SPAN&gt;, "ITEM 2", LBL_ITEM2_POSX, LBL_ITEM2_POSY, LBL_ITEM2_SIZEX, LBL_ITEM2_SIZEY, FONT_BERLIN_SANS_FBDEMI12_HIGH)&lt;BR /&gt;D4D_DECLARE_STD_LABEL(&lt;SPAN style="font-family: Calibri;"&gt;scr_entry_lblItem3&lt;/SPAN&gt;, "ITEM 3", LBL_ITEM3_POSX, LBL_ITEM3_POSY, LBL_ITEM3_SIZEX, LBL_ITEM3_SIZEY, FONT_BERLIN_SANS_FBDEMI12_HIGH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;How can set focus for the current item? By changing&amp;nbsp;the fore color or&amp;nbsp;the background color? And how do I do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;When I choose the item with&amp;nbsp;an ENTER&amp;nbsp;button&amp;nbsp; a new screen should pop up. As I understand all screens created ones stay in the memory – so I just call the screen (D4D_ActivateScreen(&amp;amp;screen1, D4D_TRUE);)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Is there an example to create and navigate a menu?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 08:13:06 GMT</pubDate>
    <dc:creator>john71</dc:creator>
    <dc:date>2016-10-25T08:13:06Z</dc:date>
    <item>
      <title>eGUI: a menu.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600140#M35225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;I use TWR-K70F120.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;I want to create a menu&amp;nbsp;on LCD&amp;nbsp;in my project and navigate through the items with buttons.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;So I created the items as&amp;nbsp;LABEL objects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;D4D_DECLARE_STD_LABEL(scr_entry_lblItem1, "ITEM 1", LBL_ITEM1_POSX, LBL_ITEM1_POSY, LBL_ITEM1_SIZEX, LBL_ITEM1_SIZEY,&amp;nbsp; (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT), NULL, FONT_BERLIN_SANS_FBDEMI12_HIGH, NULL, NULL)&lt;BR /&gt;D4D_DECLARE_STD_LABEL(&lt;SPAN style="font-family: Calibri;"&gt;scr_entry_lblItem2&lt;/SPAN&gt;, "ITEM 2", LBL_ITEM2_POSX, LBL_ITEM2_POSY, LBL_ITEM2_SIZEX, LBL_ITEM2_SIZEY, FONT_BERLIN_SANS_FBDEMI12_HIGH)&lt;BR /&gt;D4D_DECLARE_STD_LABEL(&lt;SPAN style="font-family: Calibri;"&gt;scr_entry_lblItem3&lt;/SPAN&gt;, "ITEM 3", LBL_ITEM3_POSX, LBL_ITEM3_POSY, LBL_ITEM3_SIZEX, LBL_ITEM3_SIZEY, FONT_BERLIN_SANS_FBDEMI12_HIGH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;How can set focus for the current item? By changing&amp;nbsp;the fore color or&amp;nbsp;the background color? And how do I do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;When I choose the item with&amp;nbsp;an ENTER&amp;nbsp;button&amp;nbsp; a new screen should pop up. As I understand all screens created ones stay in the memory – so I just call the screen (D4D_ActivateScreen(&amp;amp;screen1, D4D_TRUE);)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; text-align: left; unicode-bidi: embed; direction: ltr;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Is there an example to create and navigate a menu?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 08:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600140#M35225</guid>
      <dc:creator>john71</dc:creator>
      <dc:date>2016-10-25T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI: a menu.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600141#M35226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="ES" style="mso-ansi-language: ES;"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES" style="mso-ansi-language: ES;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES" style="mso-ansi-language: ES;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You have an &lt;SPAN&gt;eGUI&lt;/SPAN&gt; Menu example here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Gargy007/eGUI/blob/master/_Official_Demos/EGUI_D4D_Demo/common_source/d4d_screen_winmenu.c"&gt;https://github.com/Gargy007/eGUI/blob/master/_Official_Demos/EGUI_D4D_Demo/common_source/d4d_screen_winmenu.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 08:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600141#M35226</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2016-10-25T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: eGUI: a menu.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600142#M35227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. Thank you. The example uses a MENU object. I create a menu with LABEL items. This way&amp;nbsp;I can place and orientate&amp;nbsp;the items as&amp;nbsp;I want. So what I need is an example how to operate LABEL (or TEXT) object as a menu items. And how to set focus on an item to visualize the selected item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:38:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/eGUI-a-menu/m-p/600142#M35227</guid>
      <dc:creator>john71</dc:creator>
      <dc:date>2016-10-25T09:38:57Z</dc:date>
    </item>
  </channel>
</rss>

