<?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[Core S3 SE images won&#x27;t show]]></title><description><![CDATA[<p dir="auto">I'm trying to build a really simple program to test the device.  Unfortunately it's failing to even show a simple JPG or PNG image.  What am I missing here?</p>
<pre><code>def setup():
  global image0, circle0, label0

  M5.begin()
  Widgets.fillScreen(0x222222)
  image0 = Widgets.Image("res/img/mushroom.jpg", 85, 52, scale_x=1, scale_y=1)
  circle0 = Widgets.Circle(45, 44, 15, 0x636eec, 0xdaf239)
  label0 = Widgets.Label("mushroom", 115, 206, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu18)

  image0.setImage("res/img/mushroom.png")
  image0.setVisible(True)
</code></pre>
]]></description><link>https://community.m5stack.com/topic/6831/core-s3-se-images-won-t-show</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 00:41:11 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6831.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Sep 2024 01:57:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Mon, 30 Sep 2024 01:25:26 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://uiflow-micropython.readthedocs.io/en/latest/quick-reference/usb-mode.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://uiflow-micropython.readthedocs.io/en/latest/quick-reference/usb-mode.html</a></p>
]]></description><link>https://community.m5stack.com/post/26545</link><guid isPermaLink="true">https://community.m5stack.com/post/26545</guid><dc:creator><![CDATA[lbuque]]></dc:creator><pubDate>Mon, 30 Sep 2024 01:25:26 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Sat, 28 Sep 2024 14:32:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a> Final update, it appears that if you upload the images <em>both</em> to the project and onto the device directly, that you can use the UIflow way to place them and resize them, etc.</p>
<p dir="auto">I did find some weirdness with older versions of images being cached on the UI, but correct on the device.</p>
]]></description><link>https://community.m5stack.com/post/26532</link><guid isPermaLink="true">https://community.m5stack.com/post/26532</guid><dc:creator><![CDATA[greenleaf]]></dc:creator><pubDate>Sat, 28 Sep 2024 14:32:40 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 14:48:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a></p>
<p dir="auto">Ok, I found a workaround.  Here it is in case anyone else runs into this:</p>
<ol>
<li>Use the WebTerminal File button to upload your images into /flash/res/img</li>
<li>Edit the paths to any of your images in code to /flash/res/img/yourfile.jpg</li>
</ol>
<p dir="auto"><img src="/assets/uploads/files/1727362081952-e2a73da5-09fa-405b-827f-b70eae4bda3b-image.png" alt="e2a73da5-09fa-405b-827f-b70eae4bda3b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1727362103263-0f5b8f0c-0327-4f02-90bb-65a233fd528b-image.png" alt="0f5b8f0c-0327-4f02-90bb-65a233fd528b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/26518</link><guid isPermaLink="true">https://community.m5stack.com/post/26518</guid><dc:creator><![CDATA[greenleaf]]></dc:creator><pubDate>Thu, 26 Sep 2024 14:48:32 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 14:36:53 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></p>
<p dir="auto">Ok I took a closer look - the files don't even make it onto the device at all.</p>
<p dir="auto">Is this perhaps an unfinished feature?  I would expect that when I upload files into a "project" that they end up on the device somewhere.  I don't see a way in the UI to move files from the project to the device, so I have to upload them all again.</p>
<p dir="auto">Is this by design?  Or did I run into a missing feature or bug...<img src="/assets/uploads/files/1727361405148-projectfiles.png" alt="projectfiles.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1727361405154-devicefiles.png" alt="devicefiles.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/26517</link><guid isPermaLink="true">https://community.m5stack.com/post/26517</guid><dc:creator><![CDATA[greenleaf]]></dc:creator><pubDate>Thu, 26 Sep 2024 14:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 13:21:21 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a></p>
<p dir="auto">I would agree, by default images (actually any files for that matter) are uploaded into the root folder whereas the image is expected to be in <code>res/img</code> which only becomes obvious when looking at the Micropython source code.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26516</link><guid isPermaLink="true">https://community.m5stack.com/post/26516</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 26 Sep 2024 13:21:21 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 11:23:51 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> ok, then UIFlow 2 has a bug in it, it seems.  I used the UI to upload and select the image.  If it's being put in the wrong folder that is confusing for users.</p>
]]></description><link>https://community.m5stack.com/post/26515</link><guid isPermaLink="true">https://community.m5stack.com/post/26515</guid><dc:creator><![CDATA[greenleaf]]></dc:creator><pubDate>Thu, 26 Sep 2024 11:23:51 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 09:00:45 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a></p>
<p dir="auto">in order for the image to show on the actual device it needs to be manually downloaded to the device into the correct path, e.g. res/img.</p>
<p dir="auto"><img src="/assets/uploads/files/1727341151357-uiflowpngdownload_20240926.png" alt="UIFlowPNGDownload_20240926.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26512</link><guid isPermaLink="true">https://community.m5stack.com/post/26512</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 26 Sep 2024 09:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 09:00:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a> I have the exact same problem on the m5dial (<a href="https://community.m5stack.com/topic/6829/can-t-get-m5dial-to-display-an-image-loaded-via-uiflow2">https://community.m5stack.com/topic/6829/can-t-get-m5dial-to-display-an-image-loaded-via-uiflow2</a>). I hope someone is going to reply soon, because I think either the documentation is not mentionning an important aspect for producing valid png or jpg, or something is odd. But at the same time, I could not even find a working project online that would actual render an image on my m5dial...</p>
]]></description><link>https://community.m5stack.com/post/26511</link><guid isPermaLink="true">https://community.m5stack.com/post/26511</guid><dc:creator><![CDATA[jeanfabre]]></dc:creator><pubDate>Thu, 26 Sep 2024 09:00:01 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 SE images won&#x27;t show on Thu, 26 Sep 2024 02:00:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greenleaf" aria-label="Profile: greenleaf">@<bdi>greenleaf</bdi></a> Here's a screenshot.  I've tried both a small PNG image and a small JPG image.  Neither one ever shows up on the screen.</p>
<p dir="auto">(<img src="/assets/uploads/files/1727316006059-screenshot.png" alt="screenshot.png" class=" img-fluid img-markdown" /> image url)</p>
]]></description><link>https://community.m5stack.com/post/26507</link><guid isPermaLink="true">https://community.m5stack.com/post/26507</guid><dc:creator><![CDATA[greenleaf]]></dc:creator><pubDate>Thu, 26 Sep 2024 02:00:21 GMT</pubDate></item></channel></rss>