<?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[Wifi-connect layer still shown]]></title><description><![CDATA[<p dir="auto">Hello Guys,<br />
pardon me if this is wrong section.</p>
<p dir="auto">I just got M5stack core2, and  I have a problem that when in UIFlow I create a program to connect to wifi and afterwards show any data. Wi-fi connect "screen" is shown on background even if I do clear lcd and set-background</p>
<p dir="auto">also I tried to create full screen label on layer 3 and it was OK.<br />
<img src="/assets/uploads/files/1604179628978-img_3300-resized.jpeg" alt="0_1604179625000_IMG_3300.JPEG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Please do you have any idea what I am doing wrong?</p>
]]></description><link>https://community.m5stack.com/topic/2435/wifi-connect-layer-still-shown</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 16:13:19 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2435.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Oct 2020 21:27:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wifi-connect layer still shown on Wed, 18 Nov 2020 19:49:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello there, i have the same problem. When i use the "RUN" button on <a href="https://flow.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://flow.m5stack.com/</a> then i have no problem, everything is working as expected. But when i download then the Wi-Fi Connect page is shown behind the text labels i use.</p>
<p dir="auto">This is the only code i use at the moment:</p>
<p dir="auto">from m5stack import *<br />
from m5stack_ui import *<br />
from uiflow import *<br />
from m5mqtt import M5mqtt</p>
<p dir="auto">screen = M5Screen()<br />
screen.clean_screen()<br />
screen.set_screen_bg_color(0xFFFFFF)</p>
<p dir="auto">m5mqtt = M5mqtt('SchermWoonkamer', '192.168.1.100', 1883, '', '', 300)</p>
<p dir="auto">label0 = M5Label('Text', x=7, y=7, color=0x000, font=FONT_MONT_14, parent=None)</p>
<p dir="auto">def fun_domoticz_out_(topic_data):</p>
<h1>global params</h1>
<p dir="auto">label0.set_text(str(topic_data))<br />
pass<br />
m5mqtt.subscribe(str('domoticz/out'), fun_domoticz_out_)</p>
<p dir="auto">m5mqtt.start()<br />
label0.set_text('Opgestart')</p>
]]></description><link>https://community.m5stack.com/post/10792</link><guid isPermaLink="true">https://community.m5stack.com/post/10792</guid><dc:creator><![CDATA[WouterG]]></dc:creator><pubDate>Wed, 18 Nov 2020 19:49:24 GMT</pubDate></item><item><title><![CDATA[Reply to Wifi-connect layer still shown on Wed, 04 Nov 2020 05:41:18 GMT]]></title><description><![CDATA[<p dir="auto">could you share your program? the <code>m5f</code> file.  or take a screenshot.</p>
]]></description><link>https://community.m5stack.com/post/10598</link><guid isPermaLink="true">https://community.m5stack.com/post/10598</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Wed, 04 Nov 2020 05:41:18 GMT</pubDate></item></channel></rss>