<?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>LPC MicrocontrollersのトピックRe: How to Enter and Display Data from Keyboard in GUI Guider?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1883099#M56205</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203985"&gt;@nithin3200&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This would have to be done with custom code. LVGL documentation has a section for input devices, including keyboards. Please follow section "keypad or keyboard" of the following page for more information on how to manipulate widgets using a keyboard: &lt;A href="https://docs.lvgl.io/8.3/porting/indev.html?highlight=keyboard" target="_blank"&gt;Input device interface — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then, the label would have to be changed according to the key pressed, with "&lt;SPAN class="sig-name descname"&gt;&lt;SPAN class="n"&gt;&lt;SPAN class="pre"&gt;lv_&lt;SPAN class="highlighted"&gt;label&lt;/SPAN&gt;_set_text&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sig-paren"&gt;()&lt;/SPAN&gt;", more info here&amp;nbsp;&lt;A href="https://docs.lvgl.io/8.3/widgets/core/label.html?highlight=label#_CPPv417lv_label_set_textP8lv_obj_tPKc" target="_blank"&gt;Label (lv_label) — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can also look into the example codes provided by LVGL documentation to see how to implement a function like this:&amp;nbsp;&lt;A href="https://docs.lvgl.io/8.3/examples.html?highlight=keyboard" target="_blank"&gt;Examples — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 22:13:54 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2024-06-06T22:13:54Z</dc:date>
    <item>
      <title>How to Enter and Display Data from Keyboard in GUI Guider?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1882476#M56200</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on a GUI Guider project where I need to allow users to enter their name and ID number using a keyboard. Could someone guide me on how to achieve this functionality? Specifically, I need to know:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How to capture keyboard input for text fields.&lt;/LI&gt;&lt;LI&gt;How to display the entered data on the GUI.&lt;/LI&gt;&lt;LI&gt;Any particular digits or configurations I need to be aware of for handling numeric IDs.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any example code or references to documentation would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 07:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1882476#M56200</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2024-06-06T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enter and Display Data from Keyboard in GUI Guider?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1883099#M56205</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203985"&gt;@nithin3200&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This would have to be done with custom code. LVGL documentation has a section for input devices, including keyboards. Please follow section "keypad or keyboard" of the following page for more information on how to manipulate widgets using a keyboard: &lt;A href="https://docs.lvgl.io/8.3/porting/indev.html?highlight=keyboard" target="_blank"&gt;Input device interface — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then, the label would have to be changed according to the key pressed, with "&lt;SPAN class="sig-name descname"&gt;&lt;SPAN class="n"&gt;&lt;SPAN class="pre"&gt;lv_&lt;SPAN class="highlighted"&gt;label&lt;/SPAN&gt;_set_text&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sig-paren"&gt;()&lt;/SPAN&gt;", more info here&amp;nbsp;&lt;A href="https://docs.lvgl.io/8.3/widgets/core/label.html?highlight=label#_CPPv417lv_label_set_textP8lv_obj_tPKc" target="_blank"&gt;Label (lv_label) — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can also look into the example codes provided by LVGL documentation to see how to implement a function like this:&amp;nbsp;&lt;A href="https://docs.lvgl.io/8.3/examples.html?highlight=keyboard" target="_blank"&gt;Examples — LVGL documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 22:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1883099#M56205</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-06-06T22:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enter and Display Data from Keyboard in GUI Guider?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1886819#M56234</link>
      <description>&lt;P&gt;HI Edwin,&lt;/P&gt;&lt;P&gt;Thank you for the detailed guidance. I'll review the LVGL documentation sections you referenced and try to implement a custom solution using keyboard input to update the label. The example codes will also be helpful.&lt;/P&gt;&lt;P&gt;I appreciate your support. I'll let you know if I have any other questions.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 08:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1886819#M56234</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2024-06-13T08:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Enter and Display Data from Keyboard in GUI Guider?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1886921#M56236</link>
      <description>&lt;P&gt;Hello&amp;nbsp; nithin3200,&lt;/P&gt;&lt;P&gt;As for my knowledge you can follow these steps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Capture Keyboard Input&lt;/LI&gt;&lt;LI&gt;Display Entered Data&lt;/LI&gt;&lt;LI&gt;Handle Numeric IDs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 10:27:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Enter-and-Display-Data-from-Keyboard-in-GUI-Guider/m-p/1886921#M56236</guid>
      <dc:creator>aswani</dc:creator>
      <dc:date>2024-06-13T10:27:40Z</dc:date>
    </item>
  </channel>
</rss>

