<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MPaper: How to read touch (or fingerUp) just one time.]]></title><description><![CDATA[<p dir="auto">I am programming my M5Paper with the Arduino IDE 2.2.1. I have tried everything I can think of to get just a single pair of x,y cordinates from a single touch on the M5Paper. I have tried comparing new coordinates with old and so on,  but I haven't been able get just a single pair of coordinates and then wait for the net touch. Could someone show me how to achieve this?</p>
]]></description><link>https://community.m5stack.com/topic/5905/mpaper-how-to-read-touch-or-fingerup-just-one-time</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 12:21:41 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5905.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Dec 2023 12:42:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MPaper: How to read touch (or fingerUp) just one time. on Sun, 24 Dec 2023 19:44:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/6180">@Steve1</a></p>
<p dir="auto">you are very welcome.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23138</link><guid isPermaLink="true">https://community.m5stack.com/post/23138</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 24 Dec 2023 19:44:39 GMT</pubDate></item><item><title><![CDATA[Reply to MPaper: How to read touch (or fingerUp) just one time. on Sun, 24 Dec 2023 09:42:29 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your patience ;-)</p>
]]></description><link>https://community.m5stack.com/post/23129</link><guid isPermaLink="true">https://community.m5stack.com/post/23129</guid><dc:creator><![CDATA[Steve1]]></dc:creator><pubDate>Sun, 24 Dec 2023 09:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to MPaper: How to read touch (or fingerUp) just one time. on Fri, 22 Dec 2023 20:05:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/6180">@Steve1</a></p>
<p dir="auto">actually it is only read twice (once for i = 0 and a second time for i = 1). The reason is that the touch screen can handle more than one touch point at the same time.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23126</link><guid isPermaLink="true">https://community.m5stack.com/post/23126</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 22 Dec 2023 20:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to MPaper: How to read touch (or fingerUp) just one time. on Fri, 22 Dec 2023 19:56:36 GMT]]></title><description><![CDATA[<p dir="auto">Well, yes it does. But why does the readFinger() have to be reaad three times?</p>
<p dir="auto"><em>for(int i=0;i&lt;2; i++){<br />
tp_finger_t FingerItem = M5.TP.readFinger(i);</em></p>
]]></description><link>https://community.m5stack.com/post/23124</link><guid isPermaLink="true">https://community.m5stack.com/post/23124</guid><dc:creator><![CDATA[Steve1]]></dc:creator><pubDate>Fri, 22 Dec 2023 19:56:36 GMT</pubDate></item><item><title><![CDATA[Reply to MPaper: How to read touch (or fingerUp) just one time. on Thu, 21 Dec 2023 13:16:00 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/6180">@Steve1</a></p>
<p dir="auto">doesn't this <a href="https://github.com/m5stack/M5EPD/blob/main/examples/Basics/TOUCH/TOUCH.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> work for you?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23110</link><guid isPermaLink="true">https://community.m5stack.com/post/23110</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 21 Dec 2023 13:16:00 GMT</pubDate></item></channel></rss>