<?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[Problem with RGB led bar for M5stack core 2]]></title><description><![CDATA[<p dir="auto">Could someone help me with some example on how to control the RGB led bar for m5stack core 2, I am new to this.<br />
Thanks in advance.</p>
]]></description><link>https://community.m5stack.com/topic/2716/problem-with-rgb-led-bar-for-m5stack-core-2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 15:01:30 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2716.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Jan 2021 10:27:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem with RGB led bar for M5stack core 2 on Tue, 12 Jan 2021 18:34:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4915">@vgamlc</a>, can you describe what you are wanting to see?</p>
<p dir="auto">The Sk6812 (side LED bars) has a few methods you can use (take a look at  <strong>components/core2forAWS/core2forAWS.h</strong> from one of the projects):<br />
void Core2ForAWS_Sk6812_SetColor(uint16_t pos, uint32_t color);<br />
void Core2ForAWS_Sk6812_SetSideColor(uint8_t side, uint32_t color);<br />
void Core2ForAWS_Sk6812_SetBrightness(uint8_t brightness);<br />
void Core2ForAWS_Sk6812_Show();<br />
void Core2ForAWS_Sk6812_Clear();</p>
<p dir="auto">If I want to set the left LED bar to yellow example, you should put the following into your application:</p>
<pre><code class="language-c">Core2ForAWS_Sk6812_SetSideColor(SK6812_SIDE_LEFT, 0xFFFF00);
Core2ForAWS_Sk6812_Show();
</code></pre>
]]></description><link>https://community.m5stack.com/post/11693</link><guid isPermaLink="true">https://community.m5stack.com/post/11693</guid><dc:creator><![CDATA[rashedtalukder]]></dc:creator><pubDate>Tue, 12 Jan 2021 18:34:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problem with RGB led bar for M5stack core 2 on Fri, 08 Jan 2021 19:11:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4915">@vgamlc</a> check this one, so far my Core2 + bottom2 fail big time ..<br />
<a href="https://forum.m5stack.com/topic/2663/core2-uiflow-bottom2-support/6" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.m5stack.com/topic/2663/core2-uiflow-bottom2-support/6</a></p>
]]></description><link>https://community.m5stack.com/post/11622</link><guid isPermaLink="true">https://community.m5stack.com/post/11622</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Fri, 08 Jan 2021 19:11:46 GMT</pubDate></item></channel></rss>