<?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[drawing a base64 encoded image on M5Stack Core]]></title><description><![CDATA[<p dir="auto">Greetings,<br />
Do you have a minimal example in Arduino/C showing how to draw a base64 encoded image? Imagine I have an image that is saved as a base64 string (either in a string variable or in a text file, doesn't matter). The question why I have the image as base64 encoded string is out of scope :). How do I draw this image on the screen of an M5Stack Core? Thanks in advance!</p>
<p dir="auto">Note that I am not talking about encoding an image to base64, nor about serving (webpages containing) base64 images. I have a base64 encoded image saved on the M5Stack Core and I want to display it on the screen.</p>
]]></description><link>https://community.m5stack.com/topic/3205/drawing-a-base64-encoded-image-on-m5stack-core</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 23:36:19 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3205.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Apr 2021 21:30:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to drawing a base64 encoded image on M5Stack Core on Sun, 04 Jul 2021 14:42:25 GMT]]></title><description><![CDATA[<p dir="auto">For those who are interested, the code at the end of <a href="https://techtutorialsx.com/2018/11/27/esp32-arduino-base64-decoding/" target="_blank" rel="noopener noreferrer nofollow ugc">this tutorial</a> works well. The tutorial is about strings, but works in exactly the same way for base64-encoded jpg images. All you have to do after decoding the string (containing the base64-encoded jpg image) is to write it to <code>SPIFFS</code> and then call <code>M5.Lcd.drawJpgFile(SPIFFS, jpgFileName, 0, 0);</code></p>
]]></description><link>https://community.m5stack.com/post/14333</link><guid isPermaLink="true">https://community.m5stack.com/post/14333</guid><dc:creator><![CDATA[m5er]]></dc:creator><pubDate>Sun, 04 Jul 2021 14:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to drawing a base64 encoded image on M5Stack Core on Mon, 26 Apr 2021 08:30:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/966">@m5er</a> you can try search for a base64 decoder in C/C++ and implement that, I have not been able to find any library to 'just' display the base64 ebcoded image.</p>
]]></description><link>https://community.m5stack.com/post/13623</link><guid isPermaLink="true">https://community.m5stack.com/post/13623</guid><dc:creator><![CDATA[AgreeDK]]></dc:creator><pubDate>Mon, 26 Apr 2021 08:30:48 GMT</pubDate></item></channel></rss>