<?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[drawJpg refresh rate is slow]]></title><description><![CDATA[<pre><code>#define SPI_FREQUENCY 80000000 

1. M5.Lcd.drawJpg(f1, sizeof(f1));

2. M5GFX display.drawJpg(f1, sizeof(f1), 0, 0);
</code></pre>
<p dir="auto">I'm rendering a const unsigned char f1[] image on the LCD, but the refresh rate is slow. You can see a black area at the bottom when updating drawJpg.</p>
<p dir="auto">I'm using the M5Stack Core2. Any help would be greatly appreciated!</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.m5stack.com/topic/6878/drawjpg-refresh-rate-is-slow</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 05:24:01 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6878.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Oct 2024 09:50:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to drawJpg refresh rate is slow on Thu, 10 Oct 2024 05:00:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lamfan" aria-label="Profile: lamfan">@<bdi>lamfan</bdi></a> You need to show your code so we can try to see what's happening.</p>
]]></description><link>https://community.m5stack.com/post/26678</link><guid isPermaLink="true">https://community.m5stack.com/post/26678</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 10 Oct 2024 05:00:06 GMT</pubDate></item></channel></rss>