This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

RGB Season lights
#4
This script can be adapted for RGB use:
https://forum.logicmachine.net/showthrea...7#pid14257

Convert R/G/B to a single RGB value:
Code:
rgb = r * 0x10000 + g * 0x100 + b

Fading should be set-up on the end device.
Reply


Messages In This Thread
RGB Season lights - by tomnord - 25.11.2020, 13:12
RE: RGB Season lights - by admin - 25.11.2020, 13:23
RE: RGB Season lights - by davidchispas - 25.11.2020, 16:51
RE: RGB Season lights - by admin - 27.11.2020, 08:35

Forum Jump: