Repeat RGBW Color: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatRGBWColor.png == Summary == The **Repeat RGBW Color** component repeats an RGBW color input a specified number of times. == Description == This component takes an RGBW color input and outputs it multiple times based on the configured count. It is useful for controlling RGBW LED strips, visual effects, or broadcasting repeated color data to downstream components. <b>Diagram:</b> Image:TArduinoRepeatRGBWColor.Preview.png == Properties =..." |
(No difference)
|
Latest revision as of 04:54, 14 September 2025
Summary
The **Repeat RGBW Color** component repeats an RGBW color input a specified number of times.
Description
This component takes an RGBW color input and outputs it multiple times based on the configured count. It is useful for controlling RGBW LED strips, visual effects, or broadcasting repeated color data to downstream components.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the RGBW color input is repeated.
Pins
Input Pins
- in – Input RGBW color signal.
Output Pins
- out – Output repeated RGBW color signal.
Categories
- File:TArduinoColorCategory.png Category Color – Color and LED control components.