<?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[cfg.clear_display=false has no effect on PaperS3?]]></title><description><![CDATA[<p dir="auto">I might post this as a bug: cfg.clear_display = false seems to have no effect on the PaperS3. It would be useful to have it work because the device could be woken up without having to rewrite the whole screen. Perhaps this is a hardware limitation?</p>
<pre><code>include &lt;epdiy.h&gt;
#include &lt;M5Unified.h&gt;

void setup() {
  auto cfg = M5.config();
  // This seems to have no effect:
  cfg.clear_display = false; 
  M5.begin(cfg);
}
</code></pre>
<p dir="auto">May ways to workaround for the time being.</p>
]]></description><link>https://community.m5stack.com/topic/7289/cfg-clear_display-false-has-no-effect-on-papers3</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 19:36:37 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7289.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Feb 2025 19:44:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cfg.clear_display=false has no effect on PaperS3? on Thu, 13 Feb 2025 04:53:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/wsanders" aria-label="Profile: wsanders">@<bdi>wsanders</bdi></a></p>
<p dir="auto">this issue has been fixed in recent M5Unified and M5GFX libraries - see <a href="https://github.com/m5stack/M5Unified/commit/2a1d0b70f73e2339e781a57d862954942c42ed47#diff-a68cd4ef689f113e9993b7cb7c833a090146a462f3791eaae513c21c77cf967bR326" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. Make sure you are using the latest versions of these two libraries.</p>
<p dir="auto">BTW: I am using this feature in my non flickering RTC clock example - see <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5PaperS3/RTCClockNonFlickering/RTCClockNonFlickering.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/28193</link><guid isPermaLink="true">https://community.m5stack.com/post/28193</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 13 Feb 2025 04:53:15 GMT</pubDate></item></channel></rss>