<?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[Displaying JPEG Images on M5StickC]]></title><description><![CDATA[<p dir="auto">I'm in the process of constructing a WiFi based reverse camera for my car. I'm successfully sending a JPEG stream from an ESP32Cam to my M5StickC which I wish to display on the LCD. Looking at the M5Display library, half the code is essentially disabled, including the <strong>drawJpg()</strong> function which I need to use.</p>
<p dir="auto">I've tried uncommenting all of that and the prerequisite functions but have had no luck in displaying any images.</p>
<p dir="auto">Has anybody got a solution to displaying JPEGs?</p>
]]></description><link>https://community.m5stack.com/topic/1468/displaying-jpeg-images-on-m5stickc</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:42:47 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1468.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Nov 2019 17:10:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Displaying JPEG Images on M5StickC on Tue, 28 Feb 2023 00:34:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boverby" aria-label="Profile: boverby">@<bdi>boverby</bdi></a><br />
the link is dead would you mind sharing your code ?<br />
I am trying to stream to a m5stickc plus, what you did would be a good reference to look at ! thank you</p>
]]></description><link>https://community.m5stack.com/post/20214</link><guid isPermaLink="true">https://community.m5stack.com/post/20214</guid><dc:creator><![CDATA[frexetat]]></dc:creator><pubDate>Tue, 28 Feb 2023 00:34:22 GMT</pubDate></item><item><title><![CDATA[Reply to Displaying JPEG Images on M5StickC on Mon, 08 Jun 2020 20:40:51 GMT]]></title><description><![CDATA[<p dir="auto">@o-copleston</p>
<p dir="auto">Don't know if you are still plugging away, but I was able to use another library from Bodmer. <a href="https://github.com/Bodmer/TJpg_Decoder" target="_blank" rel="noopener noreferrer nofollow ugc">github TJpg_Decoder</a>. I read a jpeg from a web server elsewhere , chunk it into an array and call</p>
<pre><code>#include &lt;TJpg_Decoder.h&gt;

TJpgDec.drawJpg(0, 0, buffer, bufferlength );
</code></pre>
<p dir="auto">liberally copied from <a href="https://github.com/Bodmer/TJpg_Decoder/tree/master/examples/Web_Jpg" target="_blank" rel="noopener noreferrer nofollow ugc">Web_Jpg example</a></p>
]]></description><link>https://community.m5stack.com/post/8937</link><guid isPermaLink="true">https://community.m5stack.com/post/8937</guid><dc:creator><![CDATA[boverby]]></dc:creator><pubDate>Mon, 08 Jun 2020 20:40:51 GMT</pubDate></item></channel></rss>