<?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 Re: Multilingual user interface Menu, GLCD and LPC1769 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514796#M875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Jul 09 02:37:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;How about learning C?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are trying to initialise an array of characters with an array of POINTERS to characters. So, use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const unsigned char *word[] = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"menu", "mani", "manual", "rocno"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:13:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:13:33Z</dc:date>
    <item>
      <title>Multilingual user interface Menu, GLCD and LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514794#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drvrh on Wed Jul 08 22:28:10 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like create multilingual interface with menu. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't have idea how to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I some think, and best solve for this is maybe one list with word sorted by lagnuage in main program is one statement who set language and call word from .h file with set language. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe do you have any ideas with example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514794#M873</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multilingual user interface Menu, GLCD and LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514795#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drvrh on Thu Jul 09 01:14:59 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now I wouldl ike write array with words and I have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const unsigned char word[] = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "menu", "mani", "manual", "rocno"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get some error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(near initialization for 'word')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;... &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:13:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514795#M874</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multilingual user interface Menu, GLCD and LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514796#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Jul 09 02:37:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;How about learning C?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are trying to initialise an array of characters with an array of POINTERS to characters. So, use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const unsigned char *word[] = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"menu", "mani", "manual", "rocno"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:13:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Multilingual-user-interface-Menu-GLCD-and-LPC1769/m-p/514796#M875</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:13:33Z</dc:date>
    </item>
  </channel>
</rss>

