<?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[Low level neopixel functions with HEX RGB Board question.]]></title><description><![CDATA[<p dir="auto">Does anyone have an example using low level neopixel functions. I've tried this with the HEX RGB Board with no luck:</p>
<p dir="auto">import esp</p>
<p dir="auto">I'm not sure what goes in grb_buy I took a guess.</p>
<p dir="auto">grb_buf = [0] = 0<br />
grb_buf = [1] = 255<br />
grb_buf = [2] = 0<br />
esp.neopixel_write(26, grb_buf, is80khz)</p>
]]></description><link>https://community.m5stack.com/topic/4890/low-level-neopixel-functions-with-hex-rgb-board-question</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 12:37:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4890.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Dec 2022 18:44:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Low level neopixel functions with HEX RGB Board question. on Wed, 14 Dec 2022 08:32:54 GMT]]></title><description><![CDATA[<p dir="auto">If I recall correctly coulees must be specified as touples and not single vales for example:<br />
0,0,0 for off or 255,255,255 for on</p>
]]></description><link>https://community.m5stack.com/post/19548</link><guid isPermaLink="true">https://community.m5stack.com/post/19548</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 14 Dec 2022 08:32:54 GMT</pubDate></item></channel></rss>