<?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 2 Factory Test Progress Bar]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">Just got my Core 2 and started playing with the factory demo that came out of the box. I like the homage to Evangelion in the layout on the top right. ;)</p>
<p dir="auto">I wanted to replicate the diagonal progress bar on the top of the timer for my own project.<br />
<img src="/assets/uploads/files/1662708177785-ac63296a-7739-47bb-a624-bfe0de5fc634-image.png" alt="0_1662708177414_ac63296a-7739-47bb-a624-bfe0de5fc634-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How is this done? I checked the source code in the link below but it is quite condensed and hard to find since there seems to be 3 sprites/images doing something similar.<br />
<a href="https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino/Core2_Factory_test" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino/Core2_Factory_test</a></p>
<p dir="auto">Could you please point me in the right direction?</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://community.m5stack.com/topic/4598/core-2-factory-test-progress-bar</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:46:08 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4598.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Sep 2022 07:28:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core 2 Factory Test Progress Bar on Wed, 14 Sep 2022 13:32:32 GMT]]></title><description><![CDATA[<p dir="auto">My core2 makes a noise when i install the factory software using arduino or the built in burner, also it does nothing, i can’t seem to get it back onto the device, what gives? I’ve connected to serial port, burned the test and then all i hear is a low pitch noise… Anyone know about this?</p>
]]></description><link>https://community.m5stack.com/post/18600</link><guid isPermaLink="true">https://community.m5stack.com/post/18600</guid><dc:creator><![CDATA[Asmodev]]></dc:creator><pubDate>Wed, 14 Sep 2022 13:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 Factory Test Progress Bar on Wed, 14 Sep 2022 07:48:30 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, I'll check it out and give it a try.</p>
]]></description><link>https://community.m5stack.com/post/18596</link><guid isPermaLink="true">https://community.m5stack.com/post/18596</guid><dc:creator><![CDATA[greenhorn]]></dc:creator><pubDate>Wed, 14 Sep 2022 07:48:30 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 Factory Test Progress Bar on Fri, 09 Sep 2022 12:10:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/greenhorn" aria-label="Profile: greenhorn">@<bdi>greenhorn</bdi></a></p>
<p dir="auto">it's part of the <code>clockFlush()</code> function. Six images loaded sequentially over and over.</p>
<pre><code>    sytState.clockCount ++;
    sytState.clockCount %= 6;
    DisClockbuff.drawColorBitmap(0,0,164,17,
                            rectptrBuff[sytState.clockCount],
                            0xff9c00,
                            0x000000);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18575</link><guid isPermaLink="true">https://community.m5stack.com/post/18575</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 09 Sep 2022 12:10:07 GMT</pubDate></item></channel></rss>