<?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中的主题 Library LCD 16x2 LPC43xx</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565382#M17072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc1992 on Sat Nov 28 16:37:03 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I am searching a library&amp;nbsp;&amp;nbsp; to use a lcd 16x2 with lpc4337. I appreciate your help. Bye :D!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:51:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:51:55Z</dc:date>
    <item>
      <title>Library LCD 16x2 LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565382#M17072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc1992 on Sat Nov 28 16:37:03 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I am searching a library&amp;nbsp;&amp;nbsp; to use a lcd 16x2 with lpc4337. I appreciate your help. Bye :D!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565382#M17072</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Library LCD 16x2 LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565383#M17073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Mon Nov 30 18:39:11 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi MC1992,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please let us know the details of LCD? What interface is used to communicate with LCD? SPI ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:51:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565383#M17073</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Library LCD 16x2 LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565384#M17074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc1992 on Mon Nov 30 19:41:11 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; I am using the 16x2 WH1602A display. For the communication I use the GPIO ports with the functions of "gpio_18xx_43xx.h" library&amp;nbsp; to send bits to the LCD . Thanks! :bigsmile:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:51:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565384#M17074</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Library LCD 16x2 LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565385#M17075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Tue Dec 01 08:26:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This display uses the ST7066 Controller which is very similar to the very common HD44780 controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;first google hit on the data sheet &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.sparkfun.com%2Fdatasheets%2FLCD%2Fst7066.pdf" rel="nofollow" target="_blank"&gt;https://www.sparkfun.com/datasheets/LCD/st7066.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found several github references with code samples and even sparkfun has sample code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.sparkfun.com%2Fproducts%2F9053" rel="nofollow" target="_blank"&gt;https://www.sparkfun.com/products/9053&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the ST7066 ships in either a 5 V or a 3.3 V chipset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the only thing to be concerned with is whether the LCD is actually a 3.3 V device.&amp;nbsp; If it is a 5 V device, it may or may not work at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:51:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Library-LCD-16x2-LPC43xx/m-p/565385#M17075</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:51:57Z</dc:date>
    </item>
  </channel>
</rss>

