<?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[TouchZone compilation error &#x27;does not namw a type&#x27; ??]]></title><description><![CDATA[<p dir="auto">Why does the example code below giving me this  "Compilation error: 'TouchZone' does not name a type; did you mean 'TouchPoint'?"</p>
<p dir="auto">M5Touch.h and .cpp both present in M5Core2/src folder, but doesn't contain the word TouchZone.</p>
<p dir="auto"><img src="/assets/uploads/files/1664121686109-code.jpg" alt="0_1664121684170_code.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I'm trying to create a single digit up/down with up/down swipe gesture (like setting a timer on the Iphone)</p>
]]></description><link>https://community.m5stack.com/topic/4646/touchzone-compilation-error-does-not-namw-a-type</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:29:14 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4646.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Sep 2022 16:19:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TouchZone compilation error &#x27;does not namw a type&#x27; ?? on Sun, 25 Sep 2022 20:08:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a>, thanks, also for the ```-tip!!</p>
<p dir="auto">After years of programming the ESP32 it takes a lot of time to get familair with the Core2 specifics</p>
]]></description><link>https://community.m5stack.com/post/18719</link><guid isPermaLink="true">https://community.m5stack.com/post/18719</guid><dc:creator><![CDATA[Marelli7]]></dc:creator><pubDate>Sun, 25 Sep 2022 20:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to TouchZone compilation error &#x27;does not namw a type&#x27; ?? on Sun, 25 Sep 2022 17:33:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/marelli7" aria-label="Profile: Marelli7">@<bdi>Marelli7</bdi></a></p>
<p dir="auto">looks like <code>TouchZone</code> has been renamed into <code>Zone</code>.</p>
<p dir="auto">BTW: you can embed code with three ``` on a new line before and after the code. Makes it easier for others to copy your code than having to retype it from a picture.</p>
<pre><code>Zone topHalf(0, 0, 320, 120);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18718</link><guid isPermaLink="true">https://community.m5stack.com/post/18718</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 25 Sep 2022 17:33:37 GMT</pubDate></item></channel></rss>