<?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[atom matrix, wrong number of leds.]]></title><description><![CDATA[<p dir="auto">With this code:</p>
<pre><code>#include &lt;M5Atom.h&gt;

void setup(){
       M5.begin(true, false, true);    //Initialize M5Atom. 
       delay(50);   //Delayed 50ms. 
       M5.dis.fillpix(0xFFFFFF);
       delay(10000);
       M5.dis.clear();
}

void loop(){
}
</code></pre>
<p dir="auto">I've got 24 leds on, the last one off , but if I change the<br />
#define NUM_LEDS 25 to 26 in<br />
.pio/libdeps/m5stack-atom/M5Atom/src/utility/LED_DisPlay.h<br />
I've got 25 leds on<br />
Is it a known bug in the atom lib?</p>
]]></description><link>https://community.m5stack.com/topic/4133/atom-matrix-wrong-number-of-leds</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 12:37:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4133.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Mar 2022 18:16:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to atom matrix, wrong number of leds. on Mon, 21 Mar 2022 06:10:09 GMT]]></title><description><![CDATA[<p dir="auto">It may be. It sound like the address system has changed as they should have been 0-24 for a total of 25 leds</p>
]]></description><link>https://community.m5stack.com/post/16964</link><guid isPermaLink="true">https://community.m5stack.com/post/16964</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 21 Mar 2022 06:10:09 GMT</pubDate></item></channel></rss>