<?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: CRTOUCH drivers for TWR-LCD-RGB in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249679#M6972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, CRTOUCH is supported. If you check the &lt;SPAN&gt;eGUI&lt;/SPAN&gt; configuration files for K70, you will find EGUI_D4D_Demo\TWR_K70N120\MQX\eGUI_twrk70f120\Sources\D4D_Configuration\ d4dtch_cr_touch_cfg.h where pins to &lt;SPAN&gt;connecto&lt;/SPAN&gt; to CRTOUCH are defined (I2C, IRQ, etc.) And the source code of the driver D4D\&lt;SPAN&gt;low_level_drivers&lt;/SPAN&gt;\&lt;SPAN&gt;touch_screen&lt;/SPAN&gt;\&lt;SPAN&gt;touch_screen_drivers&lt;/SPAN&gt;\&lt;SPAN&gt;cr_touch&lt;/SPAN&gt; (I2C and I2C MQX)&lt;/P&gt;&lt;P&gt;In fact, the default demo is using the CRTOUCH as it is the only touch interface in the TWR-LCD-RGB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 22:06:08 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2014-10-09T22:06:08Z</dc:date>
    <item>
      <title>CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249672#M6965</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 just noticed that TWR-K70F120M does not support ADC based touch screen when using TWR-LCD-RGB board. All pins are not connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So next step is to enable CR Touch with some J-Pins. But I have not founded any example code which would show how to use CR Touch through I2C. Would you have any available? For example PEG Medical demo uses CR Touch so I have big hopes for this :smileywink:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249672#M6965</guid>
      <dc:creator>simosays</dc:creator>
      <dc:date>2013-02-06T12:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249673#M6966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code of PEG is only available purchasing a license, but eGUI library includes basically the same drivers. You can check this threat to get a eGUI 3.0 alpha release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/314732#314732"&gt;https://community.freescale.com/message/314732#314732&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case, I am attaching the files related with CRTouch control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249673#M6966</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-02-06T22:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249674#M6967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Luis!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you add here also two header files, needed by hw_iic.c ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include "low_level_drivers\touch_screen\touch_screen_drivers\cr_touch\iic\hw_iic_prv.h"&lt;/P&gt;&lt;P&gt;#include "low_level_drivers\touch_screen\touch_screen_drivers\cr_touch\hw_iic_cfg.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully there is nothing else needed to get CR Touch up and running :smileygrin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Simo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:18:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249674#M6967</guid>
      <dc:creator>simosays</dc:creator>
      <dc:date>2013-02-07T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249675#M6968</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;Attached the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:19:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249675#M6968</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-02-07T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249676#M6969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thanks for attached files :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like there should be some more initializing to get I2C work. If I call the HwIIC_Init function it will fail because either the I2CO_BASE or the I2C1_BASE are not enabled, memory address is now in "-- -- -- --" mode. Could you tell how I should be able initialize next memory address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/** Peripheral I2C0 base pointer */&lt;/P&gt;&lt;P&gt;#define I2C0_BASE_PTR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((I2C_MemMapPtr)0x40066000u)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demo projects works so it should not be any hardware issue. Thank you for all help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simo&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 14:37:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249676#M6969</guid>
      <dc:creator>simosays</dc:creator>
      <dc:date>2013-02-07T14:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249677#M6970</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 am attaching the cfg files used to by eGUI to configure the drivers behaviour. But You should check the drivers in the full application context in eGUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249677#M6970</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-02-08T16:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249678#M6971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked around and it is indicated that more recent versions of eGUI support the CRTouch chip, but when incorporating the latest download I do not see an option for it in the d4d_user_cfg.h.&amp;nbsp; Please indicate if I should use the files you previously attached in this thread or if CRTouch support is already part of eGUI 3.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Watson&lt;/P&gt;&lt;P&gt;Laramie WY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:57:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249678#M6971</guid>
      <dc:creator>markwatson</dc:creator>
      <dc:date>2014-10-09T20:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: CRTOUCH drivers for TWR-LCD-RGB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249679#M6972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, CRTOUCH is supported. If you check the &lt;SPAN&gt;eGUI&lt;/SPAN&gt; configuration files for K70, you will find EGUI_D4D_Demo\TWR_K70N120\MQX\eGUI_twrk70f120\Sources\D4D_Configuration\ d4dtch_cr_touch_cfg.h where pins to &lt;SPAN&gt;connecto&lt;/SPAN&gt; to CRTOUCH are defined (I2C, IRQ, etc.) And the source code of the driver D4D\&lt;SPAN&gt;low_level_drivers&lt;/SPAN&gt;\&lt;SPAN&gt;touch_screen&lt;/SPAN&gt;\&lt;SPAN&gt;touch_screen_drivers&lt;/SPAN&gt;\&lt;SPAN&gt;cr_touch&lt;/SPAN&gt; (I2C and I2C MQX)&lt;/P&gt;&lt;P&gt;In fact, the default demo is using the CRTOUCH as it is the only touch interface in the TWR-LCD-RGB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 22:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRTOUCH-drivers-for-TWR-LCD-RGB/m-p/249679#M6972</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-10-09T22:06:08Z</dc:date>
    </item>
  </channel>
</rss>

