<?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[Deleting QR from screen]]></title><description><![CDATA[<p dir="auto">In this program I try to set the temperature using Remote + and it works. However, I have a problem with removing the QR code from the screen. I delete the screen with a long press of A, but the texts do not return to the screen although they are in a loop.!<img src="/assets/uploads/files/1635090711179-env-qr-resized.png" alt="0_1635090709115_env+QR.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1635090760126-screen.jpg" alt="0_1635090759714_screen.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/3679/deleting-qr-from-screen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:05:06 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3679.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Oct 2021 15:53:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Deleting QR from screen on Mon, 25 Oct 2021 11:59:24 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> Good idea. Thanks</p>
]]></description><link>https://community.m5stack.com/post/15239</link><guid isPermaLink="true">https://community.m5stack.com/post/15239</guid><dc:creator><![CDATA[Kris]]></dc:creator><pubDate>Mon, 25 Oct 2021 11:59:24 GMT</pubDate></item><item><title><![CDATA[Reply to Deleting QR from screen on Sun, 24 Oct 2021 18:00:00 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/kris" aria-label="Profile: Kris">@<bdi>Kris</bdi></a></p>
<p dir="auto">there seems to be some logic which only actually (re-)draws labels (probably other stuff too) onto the screen when its content has changed from last time. My guess would be that this is done to prevent flickering.</p>
<p dir="auto">So in your case after setting the screen black only the labels which have different content from before are actually redrawn. The only way I found to 'fix' this is that after setting the screen background to also set all the labels to let's say an empty string, e.g. <code>""</code>. This will force a redraw.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15230</link><guid isPermaLink="true">https://community.m5stack.com/post/15230</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 24 Oct 2021 18:00:00 GMT</pubDate></item></channel></rss>