<?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[No LED support on new releases for the Atom Lite]]></title><description><![CDATA[<p dir="auto">I have an running implementation using UI Flow 1.9.5 and my Atom Lite. It´s working like defined.</p>
<p dir="auto">After updating to the latest release 1.11.6 the built in LED of my Atom Lite stop working. The Led is still off if I only set color and brightness. Nothing happend.</p>
]]></description><link>https://community.m5stack.com/topic/5229/no-led-support-on-new-releases-for-the-atom-lite</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 09:32:17 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5229.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Apr 2023 12:18:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No LED support on new releases for the Atom Lite on Tue, 02 May 2023 08:57:37 GMT]]></title><description><![CDATA[<p dir="auto">Now I tried to do it extrem more on a basic level with the latest available versions of everything with Arduino</p>
<pre><code>#include &lt;Arduino.h&gt;
#include &lt;M5Atom.h&gt;

void setup() {
  M5.begin(true, false, true);
  M5.dis.begin();
}

void loop() {
  M5.update();
  M5.dis.drawpix(0, 0xFF0000);
  delay(500);
}
</code></pre>
<p dir="auto">I assumed that this simply meant a permanent "RED", but it results in a random play of colours.</p>
]]></description><link>https://community.m5stack.com/post/20732</link><guid isPermaLink="true">https://community.m5stack.com/post/20732</guid><dc:creator><![CDATA[mchott]]></dc:creator><pubDate>Tue, 02 May 2023 08:57:37 GMT</pubDate></item><item><title><![CDATA[Reply to No LED support on new releases for the Atom Lite on Wed, 19 Apr 2023 18:19:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21888">@mchott</a></p>
<p dir="auto">hmm, not sure what is going on. Sorry.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/20643</link><guid isPermaLink="true">https://community.m5stack.com/post/20643</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 19 Apr 2023 18:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to No LED support on new releases for the Atom Lite on Tue, 18 Apr 2023 12:12:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/20626">No LED support on new releases for the Atom Lite</a>:</p>
<blockquote>
<p dir="auto">e you sure your M5Stack is connected to the UIFlo</p>
</blockquote>
<p dir="auto">Yes I´m sure .. I can for example control the PWM frequency. The Led is also not showing when I connect it to my Mac/PC and hold the button down. Normally the Led shows the current state of App, Internet or USB. But the Led is still dark. If I flash the version 1.9.5 on my Atom and use the same code the Led is switching the colors .. Led seems to work.</p>
<p dir="auto">In the past I had an different issue with an very easy control of just setting the color: <a href="https://www.instagram.com/reel/Cn9XLfWq1_l/?utm_source=ig_web_copy_link" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.instagram.com/reel/Cn9XLfWq1_l/?utm_source=ig_web_copy_link</a></p>
]]></description><link>https://community.m5stack.com/post/20637</link><guid isPermaLink="true">https://community.m5stack.com/post/20637</guid><dc:creator><![CDATA[mchott]]></dc:creator><pubDate>Tue, 18 Apr 2023 12:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to No LED support on new releases for the Atom Lite on Mon, 17 Apr 2023 18:29:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21888">@mchott</a></p>
<p dir="auto">with UIFlow 1.11.6 firmware on my M5Atom the RGB LED works just fine.</p>
<p dir="auto"><img src="/assets/uploads/files/1681756086551-uiflow_m5atom_rgb_20230417.png" alt="0_1681756089984_UIFlow_M5Atom_RGB_20230417.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Are you sure your M5Stack is connected to the UIFlow backend?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/20626</link><guid isPermaLink="true">https://community.m5stack.com/post/20626</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 17 Apr 2023 18:29:10 GMT</pubDate></item></channel></rss>