<?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>i.MX ProcessorsのトピックRe: gui guider input interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1661296#M206895</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212884"&gt;@MilanTandel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you can find the example for keyboard interfacing is named host_hid_mouse_keyboard_freertos inside the USB_examples section.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramon_Vega_0-1685576869569.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/225711i05905D79E9AB5E30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramon_Vega_0-1685576869569.png" alt="Ramon_Vega_0-1685576869569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To use it together with your GUIguider design you need to merge both projects in MCUXpresso.&lt;/P&gt;
&lt;P&gt;Please check the following link, &lt;A href="https://www.nxp.com/pages/getting-started-with-gui-guider:TIP-GETTING-STARTED-WITH-GUI-GUIDER" target="_blank"&gt;Getting Started with GUI Guider | NXP Semiconductors&lt;/A&gt;, here describes how to add generated code from GUI Guider to an existing MCUXpresso project with LVGL.&lt;/P&gt;
&lt;P&gt;After joint both projects you can use the file &lt;STRONG&gt;events_init.c&lt;/STRONG&gt; to connect your widgets with the keyboard input, using for example&lt;STRONG&gt; lv_label_set_text()&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;The following function uses the value received from slider_rx_gain that is in Settings_screen to change the value of two labels.&lt;/P&gt;
&lt;P&gt;static void Settings_screen_slider_rx_gain_event_handler(lv_event_t *e)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;lv_event_code_t code = lv_event_get_code(e);&lt;/P&gt;
&lt;P&gt;switch (code)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;case LV_EVENT_VALUE_CHANGED:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;static uint8_t rxgain_buf[17];&lt;/P&gt;
&lt;P&gt;uint8_t slider_rx_gain_value = lv_slider_get_value(guider_ui.Settings_screen_slider_rx_gain);&lt;/P&gt;
&lt;P&gt;double product = (slider_rx_gain_value*1.2)-60;&lt;/P&gt;
&lt;P&gt;snprintf(rxgain_buf, 17, "Rx Gain %.1fdB",product);&lt;/P&gt;
&lt;P&gt;lv_label_set_text(guider_ui.Settings_screen_label_rx_gain_value, rxgain_buf);&lt;/P&gt;
&lt;P&gt;lv_label_set_text(guider_ui.Main_screen_label_rx_gain, rxgain_buf);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;break;&lt;/P&gt;
&lt;P&gt;default:&lt;/P&gt;
&lt;P&gt;break;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Please check the following link to get more information about LVGL widgets features: &lt;A href="https://docs.lvgl.io/latest/en/html/widgets/index.html" target="_blank"&gt;https://docs.lvgl.io/latest/en/html/widgets/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this information help you.&lt;/P&gt;
&lt;P&gt;Kind Regards!&lt;/P&gt;
&lt;P&gt;-Ramon.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 23:56:11 GMT</pubDate>
    <dc:creator>Ramon_Vega</dc:creator>
    <dc:date>2023-05-31T23:56:11Z</dc:date>
    <item>
      <title>gui guider input interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1660677#M206859</link>
      <description>&lt;P&gt;Can anyone share me any example for interfacing keyboard on imxrt1064 and configure it on gui screens&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 09:17:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1660677#M206859</guid>
      <dc:creator>MilanTandel</dc:creator>
      <dc:date>2023-05-31T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: gui guider input interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1661296#M206895</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212884"&gt;@MilanTandel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you can find the example for keyboard interfacing is named host_hid_mouse_keyboard_freertos inside the USB_examples section.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramon_Vega_0-1685576869569.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/225711i05905D79E9AB5E30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramon_Vega_0-1685576869569.png" alt="Ramon_Vega_0-1685576869569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To use it together with your GUIguider design you need to merge both projects in MCUXpresso.&lt;/P&gt;
&lt;P&gt;Please check the following link, &lt;A href="https://www.nxp.com/pages/getting-started-with-gui-guider:TIP-GETTING-STARTED-WITH-GUI-GUIDER" target="_blank"&gt;Getting Started with GUI Guider | NXP Semiconductors&lt;/A&gt;, here describes how to add generated code from GUI Guider to an existing MCUXpresso project with LVGL.&lt;/P&gt;
&lt;P&gt;After joint both projects you can use the file &lt;STRONG&gt;events_init.c&lt;/STRONG&gt; to connect your widgets with the keyboard input, using for example&lt;STRONG&gt; lv_label_set_text()&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;The following function uses the value received from slider_rx_gain that is in Settings_screen to change the value of two labels.&lt;/P&gt;
&lt;P&gt;static void Settings_screen_slider_rx_gain_event_handler(lv_event_t *e)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;lv_event_code_t code = lv_event_get_code(e);&lt;/P&gt;
&lt;P&gt;switch (code)&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;case LV_EVENT_VALUE_CHANGED:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;static uint8_t rxgain_buf[17];&lt;/P&gt;
&lt;P&gt;uint8_t slider_rx_gain_value = lv_slider_get_value(guider_ui.Settings_screen_slider_rx_gain);&lt;/P&gt;
&lt;P&gt;double product = (slider_rx_gain_value*1.2)-60;&lt;/P&gt;
&lt;P&gt;snprintf(rxgain_buf, 17, "Rx Gain %.1fdB",product);&lt;/P&gt;
&lt;P&gt;lv_label_set_text(guider_ui.Settings_screen_label_rx_gain_value, rxgain_buf);&lt;/P&gt;
&lt;P&gt;lv_label_set_text(guider_ui.Main_screen_label_rx_gain, rxgain_buf);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;break;&lt;/P&gt;
&lt;P&gt;default:&lt;/P&gt;
&lt;P&gt;break;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Please check the following link to get more information about LVGL widgets features: &lt;A href="https://docs.lvgl.io/latest/en/html/widgets/index.html" target="_blank"&gt;https://docs.lvgl.io/latest/en/html/widgets/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this information help you.&lt;/P&gt;
&lt;P&gt;Kind Regards!&lt;/P&gt;
&lt;P&gt;-Ramon.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 23:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1661296#M206895</guid>
      <dc:creator>Ramon_Vega</dc:creator>
      <dc:date>2023-05-31T23:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: gui guider input interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1661562#M206920</link>
      <description>&lt;P&gt;Thank you Sir i will try it and will reply&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 07:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gui-guider-input-interface/m-p/1661562#M206920</guid>
      <dc:creator>MilanTandel</dc:creator>
      <dc:date>2023-06-01T07:06:37Z</dc:date>
    </item>
  </channel>
</rss>

