<?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: Help!!!!!! how to attach a touch screen to my LPC1769?? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518582#M2751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Sun Aug 31 10:26:26 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes you'll receive a reply straight away, sometimes a months may go by, or you'll never get an answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It all depends on many things, including difficulty of the question and how much information you provide. &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I searched for TFT_320QVT, I found &lt;/SPAN&gt;&lt;A href="http://http://blog.lincomatic.com/?p=1448" rel="nofollow noopener noreferrer" target="_blank"&gt;this site&lt;/A&gt;&lt;SPAN&gt;, which contains some useful information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The display will probably work fine with the LPC1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have a couple of options...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1: Use the SPI interface (less wires, need a bit of setup-code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: Use the 16-bit Parallel-interface (requires a lot of wires, you need to write your own code that has timings correct, etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since #1 is the simplest, I recommend going for this approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no experience with using driver-based TFT displays yet, so I can't go into details there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But look at the driver on the board, find its name, then search for the name followed by filetype:pdf; example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;SSD1289 filetype:pdf&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the PDF-file you find, you will find a command-table, which you need. You'll also find information on the power-up sequence and power-down sequence (eg. the order you need to send the commands in).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I don't know exactly which driver your board is using, but if it's not the above mentioned one, it might be SSD1306 or SSD1351 - then again, it could also be a completely different driver)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've connected your MOSI, MISO and SCK signals, you'll need to set up the SPI on your LPC1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Instead of using the SPI, the LPC1769 offers the SSP, which I really would like to recommend instead. The SSP is much more flexible and I find it easier to understand / set up. So use the pins called MOSI0, MISO0 and SCK0 for example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find an example here on &lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/node/11538/8,129" rel="nofollow noopener noreferrer" target="_blank"&gt;this site&lt;/A&gt;&lt;SPAN&gt;, which shows you how to set up the SPI or SSP. The file &lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/content/nxpfile/lpc175x6x-cmsis-compliant-standard-peripheral-firmware-driver-library-keil-iar-gnu" rel="nofollow noopener noreferrer" target="_blank"&gt;lpc175x_6x_cmsis_driver_library.zip&lt;/A&gt;&lt;SPAN&gt; might be a good one to get; it contains a heap of examples, including some SSP and SPI examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:33:59 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:33:59Z</dc:date>
    <item>
      <title>Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518579#M2748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by a0105540 on Fri Aug 29 20:39:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, everyone~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Recently I am doing a project which is developed based on the LPC1769. One of the features we have requires to use a touch screen. However, we have no idea which touch screen to use and how to use. The size we need is around 3 to 5 inches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As beginners, I sincerely call for your help~~!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518579#M2748</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518580#M2749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Fri Aug 29 23:50:15 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several kinds of touch screens available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC1769 does not have a built-in LCD controller, so if you're going to use a fast TFT display that requires HSync, VSync and RGB data signals, you'll have to write the driver yourself. Not impossible, but probably a challenge for beginners.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other hand, you could choose a slower LCD display, one you can send commands to via 8-bit interface, 16-bit interface or SPI. These are fairly cheap. A number of different sizes and types exists. I recommend you go for one that uses SPI interface, so that connecting the display will be fairly easy. For instance &lt;/SPAN&gt;&lt;A href="http://http://shop.ebay.com/311058563993"&gt;320x240&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-In addition, this particular display module has a SD/MMC card slot which you can use for other fun later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This particular module seems to have a touch-screen driver on-board. That means it will make your job easier than if you had to read the touch-signals using ADC yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-But as I can't see anywhere what the driver is called, you'll have to get the datasheet once you receive the module (or ask the seller if the seller can provide a datasheet for the touch-screen driver).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518580#M2749</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518581#M2750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by a0105540 on Sun Aug 31 02:59:08 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OMG, thank you so much for your response. I didn't expect to have this answer so soon~!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, when I checked the LCD you recommend, it is pretty suitable for us beginners.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yesterday, my friend rushed to an electronic device store and bought a TFT_320QVT LCD. I couldn't find any datasheet for it online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this LCD compatible with the LPC1769? Do I need to write drive for it as well?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518581#M2750</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518582#M2751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Sun Aug 31 10:26:26 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes you'll receive a reply straight away, sometimes a months may go by, or you'll never get an answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It all depends on many things, including difficulty of the question and how much information you provide. &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I searched for TFT_320QVT, I found &lt;/SPAN&gt;&lt;A href="http://http://blog.lincomatic.com/?p=1448" rel="nofollow noopener noreferrer" target="_blank"&gt;this site&lt;/A&gt;&lt;SPAN&gt;, which contains some useful information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The display will probably work fine with the LPC1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have a couple of options...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1: Use the SPI interface (less wires, need a bit of setup-code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: Use the 16-bit Parallel-interface (requires a lot of wires, you need to write your own code that has timings correct, etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since #1 is the simplest, I recommend going for this approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no experience with using driver-based TFT displays yet, so I can't go into details there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But look at the driver on the board, find its name, then search for the name followed by filetype:pdf; example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;SSD1289 filetype:pdf&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the PDF-file you find, you will find a command-table, which you need. You'll also find information on the power-up sequence and power-down sequence (eg. the order you need to send the commands in).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I don't know exactly which driver your board is using, but if it's not the above mentioned one, it might be SSD1306 or SSD1351 - then again, it could also be a completely different driver)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've connected your MOSI, MISO and SCK signals, you'll need to set up the SPI on your LPC1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Instead of using the SPI, the LPC1769 offers the SSP, which I really would like to recommend instead. The SSP is much more flexible and I find it easier to understand / set up. So use the pins called MOSI0, MISO0 and SCK0 for example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find an example here on &lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/node/11538/8,129" rel="nofollow noopener noreferrer" target="_blank"&gt;this site&lt;/A&gt;&lt;SPAN&gt;, which shows you how to set up the SPI or SSP. The file &lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/content/nxpfile/lpc175x6x-cmsis-compliant-standard-peripheral-firmware-driver-library-keil-iar-gnu" rel="nofollow noopener noreferrer" target="_blank"&gt;lpc175x_6x_cmsis_driver_library.zip&lt;/A&gt;&lt;SPAN&gt; might be a good one to get; it contains a heap of examples, including some SSP and SPI examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518582#M2751</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518583#M2752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by a0105540 on Tue Sep 02 23:13:06 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, thank you for your advice, which actually helps us a LOT!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, how do know the function of the pins of the TFT_320QVT? The command table tells us about the controller but we have no idea about the touch screen :( Therefore, we cannot connect the pins correctly to our LPC1769 board. Do you have any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518583#M2752</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518584#M2753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Sep 03 00:08:09 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure which kind of beginner you are (C, LPCXpresso, Cortex...)&amp;nbsp; :) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, a sample of LCD and TouchPanel Firmware functions for their own ILI9431 Adapter is shown here:&lt;/SPAN&gt;&lt;BR /&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%2Fgithub.com%2Fwatterott%2FMI0283QT-Adapter%2Ftree%2Fmaster%2Ffw" rel="nofollow" target="_blank"&gt;https://github.com/watterott/MI0283QT-Adapter/tree/master/fw&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should give you an idea how ILI9341 is working and how TouchPanel functions can be done&amp;nbsp; 8-) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518584#M2753</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518585#M2754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Wed Sep 03 02:22:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can post a high quality photo of the module, where the pin names are visible, it might help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Also try posting a close-up of the driver-chip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link LabRat posted looks very useful as well - even if it is not compatible with your board directly, you will be able to see how communication can be done. This is really a timesaver; thank you, LabRat! &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many touch-screen modules use resistive touch interface. This is a 4-wire interface, and you usually connect them to GPIO ports, where two of the GPIO ports have an ADC as well, so you can switch between GPIO and ADC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search using your favourite search-engine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;&lt;A href="http://http://websearch.com/search/results.aspx?q=touch+screen+resistive+interfacing&amp;amp;tbid=90001&amp;amp;tp=pts&amp;amp;lt=3" rel="nofollow noopener noreferrer" target="_blank"&gt;touch screen resistive interfacing&lt;/A&gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;The following document, written by NXP, gives great insight in how interfacing is done:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://www.nxp.com/documents/application_note/AN10675.pdf" rel="nofollow noopener noreferrer" target="_blank"&gt;AN10675.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[color=#999]?: Why do I use 'websearch.com' ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!: It's much more light-weight than Google, and it's fairly quick. &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/color]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518585#M2754</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518586#M2755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Sep 03 02:47:55 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Pacman&lt;/STRONG&gt;&lt;BR /&gt;Many touch-screen modules use resistive touch interface.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And some of them use a Touch Screen Controller like ADS7846, which is doing this things for you&amp;nbsp; :bigsmile: &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518586#M2755</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518587#M2756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Wed Sep 03 03:19:39 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: LabRat&lt;/STRONG&gt;&lt;BR /&gt; And some of them use a Touch Screen Controller like ADS7846, which is doing this things for you.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-That definitely saves a lot of headace (and code-space). As a bonus, it also keep you from having to squash bugs in your code that compensates for errors all the time. ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518587#M2756</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518588#M2757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by a0105540 on Wed Sep 03 04:46:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Oops, sorry i forgot to post the picture of my touch screen~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the picture. By the way, the controller's chip is so small that the picture is quite vague. But i tell you the type no.: XPT2046.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for teaching me a lot of things. And also many thanks to Labrat. ^^ I think i'd better go to read them carefully and take some time to digest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518588#M2757</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!! how to attach a touch screen to my LPC1769??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518589#M2758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Wed Sep 03 04:52:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: a0105540&lt;/STRONG&gt;&lt;BR /&gt;But i tell you the type no.: XPT2046.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mazeltov, XPT2046 is a Touch Screen Controller IC&amp;nbsp; :bigsmile: &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Help-how-to-attach-a-touch-screen-to-my-LPC1769/m-p/518589#M2758</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:34:03Z</dc:date>
    </item>
  </channel>
</rss>

