<?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: imx8mm android tsc2007 touch in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019060#M232317</link>
    <description>&lt;P&gt;&lt;SPAN&gt;In addition to that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the cursor comes out and comes out, and if you touch the panel from a distance and move it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The cursor moves at that distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you touch the panel near the cursor and move it, it will be displayed close.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2024 10:09:28 GMT</pubDate>
    <dc:creator>yoonseok</dc:creator>
    <dc:date>2024-12-24T10:09:28Z</dc:date>
    <item>
      <title>imx8mm android tsc2007 touch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019029#M232313</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Android Version 13&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cpu imx8mm&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;touch chip: tsc2007&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The x and y values of the touch work, but not the calibrate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cursor not coming out in the correct position&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 09:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019029#M232313</guid>
      <dc:creator>yoonseok</dc:creator>
      <dc:date>2024-12-24T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mm android tsc2007 touch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019060#M232317</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In addition to that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the cursor comes out and comes out, and if you touch the panel from a distance and move it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The cursor moves at that distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you touch the panel near the cursor and move it, it will be displayed close.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 10:09:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019060#M232317</guid>
      <dc:creator>yoonseok</dc:creator>
      <dc:date>2024-12-24T10:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mm android tsc2007 touch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019066#M232318</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The row value of the driver of the touch is constant depending on the location,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the app, touch values vary depending on the cursor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 10:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2019066#M232318</guid>
      <dc:creator>yoonseok</dc:creator>
      <dc:date>2024-12-24T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mm android tsc2007 touch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2022160#M232627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;1.Make sure the dts configuration is correct, you can use&amp;nbsp;&lt;STRONG&gt;adb shell getevent -lt /dev/input/eventX&lt;/STRONG&gt;&amp;nbsp;to verify raw&amp;nbsp;touch coordinates.&lt;/P&gt;
&lt;P&gt;2.Check the&amp;nbsp;tsc2007.idc file in rootfs, please refer&amp;nbsp;&lt;A href="https://source.android.com/docs/core/interaction/input/input-device-configuration-files" target="_blank"&gt;https://source.android.com/docs/core/interaction/input/input-device-configuration-files&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://source.android.com/docs/core/interaction/input/touch-devices#touch-device-configuration" target="_blank"&gt;https://source.android.com/docs/core/interaction/input/touch-devices#touch-device-configuration&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# Basic Parameters
touch.deviceType = touchScreen
#touch.orientationAware = 1

# Touch Size
touch.touchSize.calibration = default

# Tool Size
touch.toolSize.calibration = default

# Pressure
touch.pressure.calibration = default

# Size
touch.size.calibration = default

# Orientation
touch.orientation.calibration = none
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 01:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mm-android-tsc2007-touch/m-p/2022160#M232627</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-01-06T01:12:02Z</dc:date>
    </item>
  </channel>
</rss>

