<?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[I&#x27;m looking for an example using the Atom Lite with the HEX]]></title><description><![CDATA[<p dir="auto">Does anyone know where I can find an example using the Atom Lite with the HEX?</p>
<p dir="auto"><a href="https://docs.m5stack.com/en/unit/hex" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/unit/hex</a></p>
<p dir="auto">Thanks in advance,</p>
<p dir="auto">WW</p>
]]></description><link>https://community.m5stack.com/topic/4877/i-m-looking-for-an-example-using-the-atom-lite-with-the-hex</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:47:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4877.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Dec 2022 02:04:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I&#x27;m looking for an example using the Atom Lite with the HEX on Sat, 10 Dec 2022 17:55:55 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I got the HEX RGB LED to work with the Atom Lite. Using the code below everything works as expected but there is an occasional stray LED lighting up in a completely different color. Does anyone know what might be causing that?</p>
<p dir="auto">from neopixel import NeoPixel<br />
from machine import Pin<br />
from time import sleep</p>
<p dir="auto">np = NeoPixel(Pin(26), 37)<br />
n = 0<br />
while True:<br />
np[n] = (0, 0, 0)<br />
if n &lt; 36:<br />
n += 1<br />
else:<br />
n = 0<br />
np[n] = (10, 0, 0)<br />
np.write()<br />
sleep(0.2)</p>
]]></description><link>https://community.m5stack.com/post/19505</link><guid isPermaLink="true">https://community.m5stack.com/post/19505</guid><dc:creator><![CDATA[wwhite]]></dc:creator><pubDate>Sat, 10 Dec 2022 17:55:55 GMT</pubDate></item></channel></rss>