<?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[M5Stack [Core2] Image using drawJpgFile from SD Card]]></title><description><![CDATA[<p dir="auto">I'm using this code to get an image from the SD card formatted with (exFAT) which is placed in the main directory of the SD card.</p>
<p dir="auto">//Code to load the image<br />
M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40);</p>
<p dir="auto">However it does not work? The image is 100px,100px, trying to place it at x110, y40 on screen.</p>
<p dir="auto">The screen has no image? what's wrong with this? the image is in format .jpg but it just refuses to work?</p>
]]></description><link>https://community.m5stack.com/topic/4647/m5stack-core2-image-using-drawjpgfile-from-sd-card</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:00:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4647.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Sep 2022 12:48:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack [Core2] Image using drawJpgFile from SD Card on Wed, 28 Sep 2022 23:09:14 GMT]]></title><description><![CDATA[<p dir="auto">JPG has several Cilor Mode.<br />
Use as JPG RGB MODE<br />
For example, you can do it with GIMP.</p>
]]></description><link>https://community.m5stack.com/post/18759</link><guid isPermaLink="true">https://community.m5stack.com/post/18759</guid><dc:creator><![CDATA[macsbug]]></dc:creator><pubDate>Wed, 28 Sep 2022 23:09:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack [Core2] Image using drawJpgFile from SD Card on Wed, 28 Sep 2022 19:04:22 GMT]]></title><description><![CDATA[<p dir="auto">it works when set as c code and implemented in the sketch yeah.</p>
]]></description><link>https://community.m5stack.com/post/18757</link><guid isPermaLink="true">https://community.m5stack.com/post/18757</guid><dc:creator><![CDATA[Asmodev]]></dc:creator><pubDate>Wed, 28 Sep 2022 19:04:22 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack [Core2] Image using drawJpgFile from SD Card on Tue, 27 Sep 2022 05:21:18 GMT]]></title><description><![CDATA[<p dir="auto">Does the image work if directly uploaded to the core2's memory? If not then you need to format the image in a very specific way using a program like GIMP (which is free).</p>
]]></description><link>https://community.m5stack.com/post/18734</link><guid isPermaLink="true">https://community.m5stack.com/post/18734</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 27 Sep 2022 05:21:18 GMT</pubDate></item></channel></rss>