<?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_VD18 - Segger emWin Lib in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCD-VD18-Segger-emWin-Lib/m-p/514355#M647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Grisu on Mon Oct 24 06:51:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Pin2_12 (LCD_VD18) is initialised in LCDConf.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_IOCON-&amp;gt;P2_12&amp;nbsp; = 7;&amp;nbsp; // LCD_VD_18&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the LPC1788 Users Manual refer to 'Table 251. LCD panel connections for TFT panels'. Pin 2_12 is in TFT 16 bit - 5:6:5 Mode not LCD_VD[18] but LCD_VD[3]. According to Users Manual 'Table 77. Type D I/O Control registers: FUNC values and pin functions', I have to do the Initialisation of Pin2_12 like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_IOCON-&amp;gt;P2_12&amp;nbsp; = 5;&amp;nbsp; // LCD_VD_3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now there is a color signal on Pin2_12. I could check this with my oscilloscope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:13:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:13:36Z</dc:date>
    <item>
      <title>LCD_VD18 - Segger emWin Lib</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCD-VD18-Segger-emWin-Lib/m-p/514354#M646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Grisu on Fri Oct 21 06:26:52 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the segger emWin Lib (LPCXpresso-Version) with the embedded Artist EvalBoard LPC1788.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I connected my display in 5:6:5 mode with the board. Everythings works fine, except that there is no traffic on the LCD_VD18 Pin!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On all other Color data lines are traffic except on this specific LCD_VD18 Pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to obey some specific jumper settings regarding this LC_VD18 pin?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to obey something special with the display driver?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grisu&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCD-VD18-Segger-emWin-Lib/m-p/514354#M646</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: LCD_VD18 - Segger emWin Lib</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LCD-VD18-Segger-emWin-Lib/m-p/514355#M647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Grisu on Mon Oct 24 06:51:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Pin2_12 (LCD_VD18) is initialised in LCDConf.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_IOCON-&amp;gt;P2_12&amp;nbsp; = 7;&amp;nbsp; // LCD_VD_18&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the LPC1788 Users Manual refer to 'Table 251. LCD panel connections for TFT panels'. Pin 2_12 is in TFT 16 bit - 5:6:5 Mode not LCD_VD[18] but LCD_VD[3]. According to Users Manual 'Table 77. Type D I/O Control registers: FUNC values and pin functions', I have to do the Initialisation of Pin2_12 like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_IOCON-&amp;gt;P2_12&amp;nbsp; = 5;&amp;nbsp; // LCD_VD_3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now there is a color signal on Pin2_12. I could check this with my oscilloscope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LCD-VD18-Segger-emWin-Lib/m-p/514355#M647</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:13:36Z</dc:date>
    </item>
  </channel>
</rss>

