<?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[images or icons for UI flow with M5 Core2]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm looking for a couple of images that are on the UIflow firmware, that I'd like to put in my own display on a core2 - I'd like to use the cloud and the wifi indicators, and change from red to green just like they do when you load the UIflow firmware.  Can anyone help me find these?  Thx!</p>
]]></description><link>https://community.m5stack.com/topic/3879/images-or-icons-for-ui-flow-with-m5-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:36:29 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3879.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Jan 2022 22:01:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to images or icons for UI flow with M5 Core2 on Sat, 08 Jan 2022 12:06:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jimbol" aria-label="Profile: jimbol">@<bdi>jimbol</bdi></a></p>
<p dir="auto">here is a list of all images in the <code>img</code> directory:</p>
<pre><code>&gt;&gt;&gt; os.listdir('img')
['UiFlow_USB_320_240.img', 
'UiFlow_bg_320_240.img', 
'applist_bar_320_40.png', 
'cloud_green.png', 
'cloud_red.png',
'loding.png',
'loding_fail.png',
'loding_success.png', 
'm5stack.pbm', 
'm5stack.png', 
'menu_bg.png', 
'setup_bar_320_40.png', 
'start_logo_320_240_dot.png', 
'start_logo_320_240_flow.png', 
'start_logo_320_240_ui.png',
'startup_bg_320_240.img', 
'uiflow_logo16bitTB.bmp', 
'usb.png',
'wifi_config_ap_connect.png', 
'wifi_config_bg_320_240.img', 
'wifi_config_sta_connect.png',
'wifi_config_sta_fail.png', 
'wifi_connect_ui_bg_320_240.img',
'wifi_green.png',
'wifi_red.png']
</code></pre>
<p dir="auto">You can set it like this:</p>
<pre><code>image0.set_img_src("img/wifi_red.png")
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16115</link><guid isPermaLink="true">https://community.m5stack.com/post/16115</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 08 Jan 2022 12:06:49 GMT</pubDate></item></channel></rss>