<?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[RGB Leds Crossfade]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I'm trying to get a string of leds to crossfade from one colour to another.<br />
I've got the start and end colours as RGB values in 6 variables, can get them to flash from to other ok, but stuck<br />
on how to get them to slowly crossfade from to other. Any pointers? I'm a total beginner with UiFlow. Thanks</p>
]]></description><link>https://community.m5stack.com/topic/5436/rgb-leds-crossfade</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:34:26 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5436.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jun 2023 15:18:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RGB Leds Crossfade on Thu, 29 Jun 2023 07:43:52 GMT]]></title><description><![CDATA[<p dir="auto">This is not an Uiflow specific solution. Try as following:</p>
<ul>
<li>Decide how many steps you want from start color to end color. e.g. 10 steps</li>
<li>find the step size from start to end color e.g. you want from value 100 to 200 (difference / steps) = step size 10.</li>
<li>loop for the number of steps and increase/decrease the value with the calculated step size.</li>
</ul>
]]></description><link>https://community.m5stack.com/post/21381</link><guid isPermaLink="true">https://community.m5stack.com/post/21381</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Thu, 29 Jun 2023 07:43:52 GMT</pubDate></item></channel></rss>