<?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: LCD INTERFACING USING MQX in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/LCD-INTERFACING-USING-MQX/m-p/599272#M16666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivia:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached file,it includes a GPIO initialization and writing data to this GPIO&lt;/P&gt;&lt;P&gt;it is from the eGUI/D4D demo under MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to the below link ,it might help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/309877"&gt;https://community.nxp.com/message/309877&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 22:15:39 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2017-04-17T22:15:39Z</dc:date>
    <item>
      <title>LCD INTERFACING USING MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LCD-INTERFACING-USING-MQX/m-p/599271#M16665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to interface LCD in 4 bit mode using MQX. There are a lot of example code available and in every code i found that the data is send to the particular port of the lcd .&lt;/P&gt;&lt;P&gt;like this..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f7f7f7; font-size: 14px;"&gt;&lt;EM&gt;&lt;EM&gt;void lcddata(char dataout)&lt;BR /&gt;{&lt;BR /&gt;PORTD = dataout;&lt;BR /&gt;LCD_RS = 1 ; //PORTA|=(1&amp;lt;&amp;lt;rs);&lt;BR /&gt;RA0 = 1 ;&lt;BR /&gt;LCD_RW = 0 ; //PORTA&amp;amp;=~(1&amp;lt;&amp;lt;rw);&lt;BR /&gt;LCD_STROBE ;&lt;BR /&gt;}&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f7f7f7; font-size: 14px;"&gt;&lt;EM&gt;&lt;EM&gt;but i dont know how to implement this with mqx.&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried and this is what i found is this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void lcd_cmd1( char * LCDCmd)&lt;BR /&gt;{&lt;BR /&gt; lwgpio_set_value(&amp;amp;enable,LWGPIO_VALUE_LOW);&lt;BR /&gt; GPIOC_PDOR = 0x03;&lt;BR /&gt; lwgpio_set_value(&amp;amp;regslct,LWGPIO_VALUE_LOW);&lt;BR /&gt; lwgpio_set_value(&amp;amp;readwrite,LWGPIO_VALUE_LOW);&lt;BR /&gt; lwgpio_set_value(&amp;amp;enable,LWGPIO_VALUE_HIGH);&lt;BR /&gt; _time_delay(50);&lt;BR /&gt; lwgpio_set_value(&amp;amp;enable,LWGPIO_VALUE_LOW);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f7f7f7; font-size: 14px;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;writing directly to the data register of the port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f7f7f7; font-size: 14px;"&gt;&lt;EM&gt;&lt;EM&gt;Thanks and regards,&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f7f7f7; font-size: 14px;"&gt;&lt;EM&gt;&lt;EM&gt;Olivia&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LCD-INTERFACING-USING-MQX/m-p/599271#M16665</guid>
      <dc:creator>oliviachristyva</dc:creator>
      <dc:date>2017-04-11T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: LCD INTERFACING USING MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/LCD-INTERFACING-USING-MQX/m-p/599272#M16666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivia:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached file,it includes a GPIO initialization and writing data to this GPIO&lt;/P&gt;&lt;P&gt;it is from the eGUI/D4D demo under MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to the below link ,it might help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/309877"&gt;https://community.nxp.com/message/309877&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 22:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/LCD-INTERFACING-USING-MQX/m-p/599272#M16666</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-04-17T22:15:39Z</dc:date>
    </item>
  </channel>
</rss>

