<?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[***Bug*** ERROR use RGB - Freezes after loop execution: 54 times [Alpha-29, AtomS3-lite]]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1705172014817-error_led-resized.png" alt="0_1705172014704_error_LED.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">def loop():<br />
global rgb, i<br />
M5.update()<br />
i = (i if isinstance(i, (int, float)) else 0) + 1<br />
print(i)<br />
rgb.fill_color(0x33ff33)</p>
<p dir="auto">_________ error ________<br />
52<br />
53<br />
54<br />
Traceback (most recent call last):<br />
File "&lt;stdin&gt;", line 24, in &lt;module&gt;<br />
File "&lt;stdin&gt;", line 19, in loop<br />
File "driver/neopixel/<strong>init</strong>.py", line 87, in fill_color<br />
File "driver/neopixel/<strong>init</strong>.py", line 50, in write<br />
OSError: [Errno 1] EPERM: ESP_FAIL</p>
<hr />
<p dir="auto"><img src="/assets/uploads/files/1705172184546-error_led-code-resized.png" alt="0_1705172191698_error_LED — code.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/5977/bug-error-use-rgb-freezes-after-loop-execution-54-times-alpha-29-atoms3-lite</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 12:15:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5977.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Jan 2024 18:59:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ***Bug*** ERROR use RGB - Freezes after loop execution: 54 times [Alpha-29, AtomS3-lite] on Mon, 05 Feb 2024 02:04:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slater" aria-label="Profile: Slater">@<bdi>Slater</bdi></a> This bug is not reproduced in uiflow 2.0.1</p>
]]></description><link>https://community.m5stack.com/post/23635</link><guid isPermaLink="true">https://community.m5stack.com/post/23635</guid><dc:creator><![CDATA[lbuque]]></dc:creator><pubDate>Mon, 05 Feb 2024 02:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to ***Bug*** ERROR use RGB - Freezes after loop execution: 54 times [Alpha-29, AtomS3-lite] on Sat, 13 Jan 2024 23:55:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/slater" aria-label="Profile: Slater">@<bdi>Slater</bdi></a></p>
<p dir="auto">try adding a <code>Sleep 100 microseconds</code> block after <code>rgb fill color</code> block to slow down the loop. Works for me.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23335</link><guid isPermaLink="true">https://community.m5stack.com/post/23335</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 13 Jan 2024 23:55:07 GMT</pubDate></item></channel></rss>