<?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 lpc17xx.h for LCD in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc17xx-h-for-LCD/m-p/600097#M23267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LPCXpresso 1769 board together with LPCXpresso v8.2.2_650. I'd like to install a LCD example which includes lpc17xx.h. When building the code I always get the following error message: "lpc17xx.h: No such file or directory". All my attempts to add that file have failed so far. How can I do it right? Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include&amp;lt;lpc17xx.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Configure the data bus and Control bus as per the hardware connection */&lt;BR /&gt;#define LcdDataBusPort&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO2-&amp;gt;FIOPIN&lt;BR /&gt;#define LcdControlBusPort&amp;nbsp;&amp;nbsp; LPC_GPIO3-&amp;gt;FIOPIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LcdDataBusDirnReg&amp;nbsp;&amp;nbsp; LPC_GPIO2-&amp;gt;FIODIR&lt;BR /&gt;#define LcdCtrlBusDirnReg&amp;nbsp;&amp;nbsp; LPC_GPIO3-&amp;gt;FIODIR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LCD_D4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;BR /&gt;#define LCD_D5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;BR /&gt;#define LCD_D6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;BR /&gt;#define LCD_D7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LCD_RS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#define LCD_RW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;#define LCD_EN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2017 20:47:19 GMT</pubDate>
    <dc:creator>matthiaslandsbe</dc:creator>
    <dc:date>2017-02-25T20:47:19Z</dc:date>
    <item>
      <title>lpc17xx.h for LCD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc17xx-h-for-LCD/m-p/600097#M23267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LPCXpresso 1769 board together with LPCXpresso v8.2.2_650. I'd like to install a LCD example which includes lpc17xx.h. When building the code I always get the following error message: "lpc17xx.h: No such file or directory". All my attempts to add that file have failed so far. How can I do it right? Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include&amp;lt;lpc17xx.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Configure the data bus and Control bus as per the hardware connection */&lt;BR /&gt;#define LcdDataBusPort&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO2-&amp;gt;FIOPIN&lt;BR /&gt;#define LcdControlBusPort&amp;nbsp;&amp;nbsp; LPC_GPIO3-&amp;gt;FIOPIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LcdDataBusDirnReg&amp;nbsp;&amp;nbsp; LPC_GPIO2-&amp;gt;FIODIR&lt;BR /&gt;#define LcdCtrlBusDirnReg&amp;nbsp;&amp;nbsp; LPC_GPIO3-&amp;gt;FIODIR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LCD_D4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;BR /&gt;#define LCD_D5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;BR /&gt;#define LCD_D6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;BR /&gt;#define LCD_D7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define LCD_RS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;#define LCD_RW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;#define LCD_EN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 20:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc17xx-h-for-LCD/m-p/600097#M23267</guid>
      <dc:creator>matthiaslandsbe</dc:creator>
      <dc:date>2017-02-25T20:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: lpc17xx.h for LCD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc17xx-h-for-LCD/m-p/600098#M23268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias Landsberger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Did you add the lpc17xx.h file path in your IDE options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please check your IDE head file, add the head file road path, then try again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/15150iCA4A9EDB1FF5BD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 08:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc17xx-h-for-LCD/m-p/600098#M23268</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-28T08:39:02Z</dc:date>
    </item>
  </channel>
</rss>

