New pages
Jump to navigation
Jump to search
24 August 2025
- 07:5007:50, 24 August 2025 Texas Instruments PCA9554 GPIO(I2C) (hist | edit) [1,677 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoPCA9554.png == Summary == I2C-controlled GPIO expander with 8 channels, configurable as inputs or outputs with optional inversion. == Description == The **PCA9554** component allows 8 GPIO channels to be controlled via I2C. Each channel can be configured individually as an input or output, with options for inverted logic. This makes it useful for expanding the number of digital I/O pins on a microcontroller, controlling LEDs, buttons, or oth...")
- 07:4407:44, 24 August 2025 Awinic GPIO/LED Control AW9523(I2C) (hist | edit) [2,778 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAW9523.png == Summary == I2C-controlled GPIO and LED driver for 16 channels with configurable digital, analog, and LED outputs. == Description == The **AW9523** component allows control of 16 GPIO channels over I2C, divided into two ports (Port0 and Port1). Each channel can be individually configured as a digital input, analog input (PWM for LED dimming), or digital output. Properties such as '''Auto Config''', '''Initial Analog Value''', ''...")
- 06:1706:17, 24 August 2025 Digital To 3D Orientation (hist | edit) [1,404 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalTo3DOrientation.png == Summary == Converts a digital input into one of two predefined 3D orientation states. == Description == The **Digital To 3D Orientation** component maps a single digital input (boolean) to a 3D directional output. When the input is LOW (false), it outputs the configured '''False Value''' orientation (goUp, goRight, goDown, goLeft, goFront, or goBack). When the input is HIGH (true), it outputs the configured '''T...")
- 06:1406:14, 24 August 2025 Digital To 2D Orientation (hist | edit) [1,352 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalTo2DOrientation.png == Summary == Converts a digital input into one of two predefined 2D orientation states. == Description == The **Digital To 2D Orientation** component maps a single digital input (boolean) to a 2D directional output. When the input is LOW (false), it outputs the configured '''False Value''' orientation (goUp, goRight, goDown, or goLeft). When the input is HIGH (true), it outputs the configured '''True Value''' orie...")
- 06:1006:10, 24 August 2025 Pulse Meter(Measure Period) (hist | edit) [1,069 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoPulseMeter.png == Summary == Measures the period of an incoming digital pulse and outputs the result in microseconds. == Description == The **Pulse Meter (Measure Period)** component is used to calculate the time interval between consecutive digital input pulses. It outputs the measured period in microseconds, making it useful for frequency measurement, signal analysis, or detecting timing variations in digital waveforms. <b>Diagram:</b>...")
- 06:0606:06, 24 August 2025 Digital Demux(Multiple Output channel Switch) (hist | edit) [1,326 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalDemux.png == Summary == Routes a single digital input to one of several outputs, depending on the selected channel. == Description == The **Digital Demux (Multiple Output Channel Switch)** component works as a digital demultiplexer. It takes a single digital input and directs it to one of the available outputs. The active output channel is determined by the '''Select''' input pin. The '''Initial Channel''' property defines which out...")
- 06:0306:03, 24 August 2025 Digital Multi Source (hist | edit) [1,088 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalMultiSource.png == Summary == Distributes a single digital input signal to multiple outputs simultaneously. == Description == The **Digital Multi Source** component takes a digital input and forwards it to multiple output pins. The number of '''Output Pins''' can be adjusted, and the input will be mirrored across all of them. This is useful when the same digital signal needs to be shared across several destinations in a project. <b...")
- 06:0006:00, 24 August 2025 Digital Toggle Demux (hist | edit) [1,361 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToggleDemux.png == Summary == Routes a digital input signal to one of two outputs (True or False) based on a toggle selection. == Description == The **Digital Toggle Demux** component takes a digital '''In''' signal and directs it to either the '''True''' or '''False''' output, depending on the state of the '''Select''' pin. The '''Initial Select Value''' property determines the starting routing state at startup. This allows switching...")
- 05:5705:57, 24 August 2025 Auto Repeat Button (hist | edit) [1,401 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAutoRepeatButton.png == Summary == Generates repeated output pulses when the input button is pressed and held. == Description == The **Auto Repeat Button** component provides an automatic key-repeat function, similar to how a keyboard key works. When the input signal goes HIGH, the component waits for the configured '''Initial Delay''' before generating the first repeated pulse. After that, it continues to emit pulses at the set '''Repeat Fr...")
- 05:5405:54, 24 August 2025 Digital To Binary (hist | edit) [1,194 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToBinary.png == Summary == Converts a digital input signal into one of two binary values. == Description == The **Digital To Binary** component maps a digital input (boolean) into binary form. When the input is LOW (false), the component outputs the configured '''False Value''' (binary). When the input is HIGH (true), the component outputs the configured '''True Value''' (binary). This enables flexible encoding of digital signals in...")
- 05:5105:51, 24 August 2025 Digital To Char (hist | edit) [1,235 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToChar.png == Summary == Converts a digital signal into a character output based on predefined true/false values. == Description == The **Digital To Char** component transforms a digital input (boolean) into a character output. When the input is LOW (false), it outputs the specified '''False Value''' character. When the input is HIGH (true), it outputs the specified '''True Value''' character. This is useful for generating text-base...")
- 04:3104:31, 24 August 2025 Color Sensor (Taos TCS34721, TCS34723, TCS34725, TCS34727) (hist | edit) [2,028 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorSensorTCS3472x.png == Summary == Detects red, green, blue, and clear light intensity and provides both analog and combined color outputs. == Description == The **Color Sensor (Taos TCS34721, TCS34723, TCS34725, TCS34727)** is an I²C-based digital color sensor that measures light intensity across red, green, blue, and clear channels. It supports adjustable gain, integration time, and optional wait periods for flexible light measurement....")
- 04:1204:12, 24 August 2025 M5Stack Color Sensor RGB Unit (TCS3472) (Grove) (hist | edit) [1,908 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoM5StackColorSensor.png == Summary == Measures RGB and clear light intensity and outputs both analog and color data. == Description == The **M5Stack Color Sensor RGB Unit (TCS3472) (Grove)** component reads the intensity of red, green, blue, and clear light channels. It supports configurable gain and integration time, threshold detection, and optional wait periods for controlled sampling. Outputs include individual analog channels for each co...")
- 03:5903:59, 24 August 2025 Color To RGBW Alpha Color (hist | edit) [1,007 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorToRGBWAlphaColor.png == Summary == Converts a standard color input to an RGBW alpha color output. == Description == The **Color To RGBW Alpha Color** component transforms a standard color input into an RGBW alpha color signal. The '''Alpha''' property sets the transparency level, and an '''Initial Value''' can be defined at startup. This is useful for controlling RGBW LEDs or displays that support alpha transparency. <b>Diagram:</b>...")
- 03:5303:53, 24 August 2025 RGBW Alpha Color Multi-Source Merger (hist | edit) [1,038 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorMultiSourceMerger.png == Summary == Merges multiple RGBW alpha color input channels into a single output. == Description == The **RGBW Alpha Color Multi-Source Merger** component combines several RGBW alpha color inputs into a single output channel. The number of input channels is configurable via the '''Input Pins''' property. This is useful for consolidating color and transparency data from multiple sources to control a singl...")
- 03:5003:50, 24 August 2025 RGBW Color Multi-Source Merger (hist | edit) [975 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorMultiSourceMerger.png == Summary == Merges multiple RGBW color input channels into a single output. == Description == The **RGBW Color Multi-Source Merger** component combines several RGBW color inputs into a single output channel. The number of input channels is configurable via the '''Input Pins''' property. This is useful for consolidating color data from multiple sources to control a single LED, display, or visual effect. <b>...")
- 03:4503:45, 24 August 2025 RGBW Color Change Only (hist | edit) [898 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorChangeOnly.png == Summary == Outputs the RGBW color value only when it changes. == Description == The **RGBW Color Change Only** component monitors the incoming RGBW color input and forwards it to the output only when it differs from the previous value. This helps reduce redundant updates and is useful for optimizing LED or display control where only changes need to be processed. <b>Diagram:</b> Image:TArduinoRGBWColorChangeOn...")
- 03:4003:40, 24 August 2025 RGBW Alpha Color Snapshot (hist | edit) [1,085 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorSnapshot.png == Summary == Captures the current RGBW alpha color value when triggered. == Description == The **RGBW Alpha Color Snapshot** component stores the incoming RGBW alpha color value when the '''Snapshot''' clock input is triggered and outputs it until the next snapshot occurs. This is useful for capturing specific RGBW color and transparency states for later use in LEDs, displays, or visual effects. <b>Diagram:</b>...")
- 03:3303:33, 24 August 2025 RGBW Color Demux(Multiple Output channel Switch) (hist | edit) [1,240 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorDemux.png == Summary == Routes a single RGBW color input to one of several outputs based on a channel selector. == Description == The **RGBW Color Demux** component takes one RGBW color input and directs it to one of multiple output channels determined by the '''Select''' input. The number of outputs is configurable via the '''Output Pins''' property, and the '''Initial Channel''' sets which output is active at startup. This is usef...")
- 03:1803:18, 24 August 2025 RGBW Color Toggle Switch (hist | edit) [1,099 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorToggleSwitch.png == Summary == Selects between two RGBW color inputs based on a boolean control. == Description == The **RGBW Color Toggle Switch** component outputs one of two RGBW color inputs depending on the '''Select''' boolean input. The '''Initial Select Value''' property determines which input is active at startup. This is useful for switching between two predefined colors for LEDs, displays, or visual effects. <b>Diagram...")
- 03:1503:15, 24 August 2025 Ramp To RGBW Color Value (hist | edit) [1,210 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRampToRGBWColorValue.png == Summary == Smoothly transitions an RGBW color value toward a target value over time. == Description == The **Ramp To RGBW Color Value** component gradually changes the incoming RGBW color from its current value to the target input value at a rate determined by the '''Slope''' property (in seconds). An '''Initial Value''' can be set for startup. This is useful for creating smooth color transitions in LEDs, displays...")
- 03:1203:12, 24 August 2025 Ramp To RGBW Alpha Color Value (hist | edit) [1,285 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRampToRGBWAlphaColorValue.png == Summary == Smoothly transitions an RGBW alpha color value toward a target value over time. == Description == The **Ramp To RGBW Alpha Color Value** component gradually changes the incoming RGBW alpha color from its current value to the target input value at a rate determined by the '''Slope''' property (in seconds). An '''Initial Value''' can be set for startup. This is useful for creating smooth color and tr...")
- 03:0803:08, 24 August 2025 Remember RGBW Alpha Color Value (hist | edit) [1,286 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRememberRGBWAlphaColorValue.png == Summary == Stores and recalls an RGBW alpha color value based on trigger inputs. == Description == The **Remember RGBW Alpha Color Value** component allows you to store an incoming RGBW alpha color value when the '''Remember''' clock input is triggered, and recall the stored value when the '''Recall''' clock input is triggered. This is useful for temporarily holding RGBW color and transparency states or creat...")
- 03:0503:05, 24 August 2025 Remember RGBW Color Value (hist | edit) [1,211 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRememberRGBWColorValue.png == Summary == Stores and recalls an RGBW color value based on trigger inputs. == Description == The **Remember RGBW Color Value** component allows you to store an incoming RGBW color value when the '''Remember''' clock input is triggered, and recall the stored value when the '''Recall''' clock input is triggered. This is useful for temporarily holding RGBW color states or creating memory-based lighting effects in LED...")
- 02:5902:59, 24 August 2025 RGBW Color Snapshot (hist | edit) [1,016 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorSnapshot.png == Summary == Captures the current RGBW color value when triggered. == Description == The **RGBW Color Snapshot** component stores the incoming RGBW color value when the '''Snapshot''' clock input is triggered and outputs it until the next snapshot occurs. This is useful for capturing specific RGBW color states for later use in LEDs, displays, or visual effects. <b>Diagram:</b> Image:TArduinoRGBWColorSnapshot.Prev...")
- 02:5202:52, 24 August 2025 RGBW Alpha Color Mux(Multi channel Switch) (hist | edit) [1,282 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorMux.png == Summary == Selects one input from multiple RGBW alpha color channels to route to a single output. == Description == The **RGBW Alpha Color Mux** component allows one of several RGBW alpha color inputs to be routed to a single output based on the '''Select''' input. The number of input channels is configurable, and the '''Initial Channel''' property sets which input is selected at startup. This is useful for dynamical...")
- 02:2602:26, 24 August 2025 Color Sensor (Taos TCS230, TCS3200, TCS3210) (hist | edit) [1,734 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorSensorTCS.png == Summary == Detects color and outputs analog values for red, green, blue, and clear channels. == Description == The **Color Sensor (Taos TCS230, TCS3200, TCS3210)** component measures the intensity of red, green, blue, and clear light using a programmable frequency output. Frequency scaling can be adjusted to change sensitivity, and individual color channels can be scaled using the '''Scale Dividers'''. This sensor is id...")
- 02:2002:20, 24 August 2025 RGBW Alpha Color To Analog (hist | edit) [1,188 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorToAnalog.png == Summary == Splits an RGBW alpha color input into separate analog red, green, blue, white, and alpha outputs. == Description == The **RGBW Alpha Color To Analog** component takes a single RGBW alpha color input and separates it into individual analog signals for the red, green, blue, white, and alpha channels. This is useful for driving analog-controlled RGBW LEDs, displays, or other systems that require separate c...")
- 02:1802:18, 24 August 2025 Analog To RGBW Alpha Color (hist | edit) [1,335 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogToRGBWAlphaColor.png == Summary == Combines separate analog red, green, blue, white, and alpha inputs into a single RGBW alpha color output. == Description == The **Analog To RGBW Alpha Color** component merges individual analog signals for red, green, blue, white, and alpha channels into one RGBW alpha color output. An '''Initial Value''' can be set at startup to define the starting RGBW alpha color. This is useful for translating ana...")
- 02:1502:15, 24 August 2025 Alpha Color To Analog (hist | edit) [1,161 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorToAnalog.png == Summary == Splits an alpha color input into separate analog red, green, blue, and alpha outputs. == Description == The **Alpha Color To Analog** component takes a single alpha color input and separates it into individual analog signals for the red, green, blue, and alpha channels. This is useful for driving analog-controlled LEDs, displays, or other systems that require separate channel control from a combined alpha c...")
- 02:1302:13, 24 August 2025 Analog To Alpha Color (hist | edit) [1,213 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogToAlphaColor.png == Summary == Converts separate analog red, green, blue, and alpha inputs into a single alpha color output. == Description == The **Analog To Alpha Color** component combines individual analog signals for red, green, blue, and alpha channels into one alpha color output. An '''Initial Value''' can be set at startup to define the starting alpha color. This is useful for translating analog sensor data or control signals i...")
- 02:0502:05, 24 August 2025 RGBW Alpha Color Array (hist | edit) [1,187 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorArray.png == Summary == Outputs values from a configurable array of RGBW alpha colors. == Description == The **RGBW Alpha Color Array** component allows you to define a set of RGBW alpha color values using elements. On each '''Clock''' trigger, it outputs the value corresponding to the current '''Index''', which can also be set externally. This is useful for cycling through multiple RGWB transparency and color values in LEDs, d...")
- 02:0402:04, 24 August 2025 Alpha Color Array (hist | edit) [1,129 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorArray.png == Summary == Outputs values from a configurable array of alpha colors. == Description == The **Alpha Color Array** component allows you to define a set of alpha color values using elements. On each '''Clock''' trigger, it outputs the value corresponding to the current '''Index''', which can also be set externally. This is useful for cycling through multiple transparency values in LEDs, displays, or visual effects. <b>...")
- 02:0102:01, 24 August 2025 Color To RGBW Color (hist | edit) [1,031 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorToRGBWColor.png == Summary == Converts a standard color input into an RGBW color output. == Description == The **Color To RGBW Color** component transforms an incoming color signal into an RGBW color, adding a white channel to the original RGB values. The '''White''' property sets the intensity of the white channel, and an '''Initial Value''' can be defined at startup. This is useful for driving RGBW LEDs or systems that require separat...")
- 01:5701:57, 24 August 2025 Color To Alpha Color (hist | edit) [1,042 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorToAlphaColor.png == Summary == Converts a color signal into an alpha (transparency) color signal. == Description == The **Color To Alpha Color** component extracts or applies a transparency value to an incoming color signal. The '''Alpha/Transparency''' property determines the output alpha value, and an '''Initial Value''' can be set for startup. This is useful for controlling transparency effects based on color inputs in LEDs, displays...")
- 01:5401:54, 24 August 2025 Alpha Color On/Off Switch (hist | edit) [1,283 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorOnOffSwitch.png == Summary == Controls whether an alpha color signal is passed through based on enable input and settings. == Description == The **Alpha Color On/Off Switch** component allows or blocks the alpha color signal based on the '''Enable''' input and its properties. When enabled, the incoming alpha color is forwarded to the output. The '''Ignore Same''' property prevents redundant updates, and '''Send On Enable''' determi...")
- 01:5101:51, 24 August 2025 Alpha Color Snapshot (hist | edit) [1,030 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorSnapshot.png == Summary == Captures the current alpha color value when triggered. == Description == The **Alpha Color Snapshot** component stores the incoming alpha color value when the '''Snapshot''' clock input is triggered and outputs it until the next snapshot is taken. This is useful for capturing a specific transparency state for later use in LEDs, displays, or visual effects. <b>Diagram:</b> Image:TArduinoAlphaColorSna...")
- 01:4901:49, 24 August 2025 Remember Alpha Color Value (hist | edit) [1,231 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRememberAlphaColorValue.png == Summary == Stores and recalls an alpha color value based on trigger inputs. == Description == The **Remember Alpha Color Value** component allows you to store an incoming alpha color value when the '''Remember''' clock input is triggered, and recall the stored value when the '''Recall''' clock input is triggered. This is useful for temporarily holding transparency values or for creating memory-based effects in LE...")
- 01:4601:46, 24 August 2025 Alpha Color Toggle Demux (hist | edit) [1,226 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorToggleDemux.png == Summary == Routes a single alpha color input to one of two outputs based on a boolean select input. == Description == The **Alpha Color Toggle Demux** component takes one alpha color input and routes it to either the '''True''' or '''False''' output depending on the state of the '''Select''' input. This is useful for dynamically directing transparency or alpha color values to different channels, devices, or visual...")
- 01:4501:45, 24 August 2025 Color Toggle Demux (hist | edit) [1,146 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoColorToggleDemux.png == Summary == Routes a single color input to one of two outputs based on a boolean select input. == Description == The **Color Toggle Demux** component takes one color input and routes it to either the '''True''' or '''False''' output depending on the state of the '''Select''' input. This is useful for dynamically directing color values to different channels, devices, or visual effects based on a boolean condition. <b>D...")
- 01:4201:42, 24 August 2025 Alpha Color Demux(Multiple Output channel Switch) (hist | edit) [1,238 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorDemux.png == Summary == Routes a single alpha color input to multiple outputs based on a channel selection. == Description == The **Alpha Color Demux** component takes one alpha color input and routes it to one of several output channels according to the '''Select''' input. The number of output channels is configurable. This is useful for dynamically directing transparency or alpha color data to different parts of a system, such as...")
- 01:3901:39, 24 August 2025 Alpha Color Toggle Switch (hist | edit) [1,240 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorToggleSwitch.png == Summary == Selects between two alpha color inputs based on a boolean control signal. == Description == The **Alpha Color Toggle Switch** component outputs one of two alpha color inputs depending on the state of the '''Select''' input. When '''Select''' is true, the '''True''' input is forwarded; when false, the '''False''' input is forwarded. This is useful for toggling between two transparency or alpha color st...")
- 01:2201:22, 24 August 2025 Alpha Color Mux(Multi channel Switch) (hist | edit) [1,179 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorMux.png == Summary == Selects one of multiple alpha color inputs and forwards it to the output. == Description == The **Alpha Color Mux (Multi-Channel Switch)** component allows selecting one of several incoming alpha color signals to be sent to a single output. The active input is determined by the '''Select''' pin. This is useful for dynamically routing transparency or alpha color data to different parts of a system, such as LEDs...")
- 01:2001:20, 24 August 2025 Alpha Color Multi-Source Merger (hist | edit) [961 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorMultiSourceMerger.png == Summary == Merges multiple alpha color inputs into a single output. == Description == The **Alpha Color Multi-Source Merger** component combines several incoming alpha color signals into one output. It is useful when multiple alpha color sources need to be unified, such as merging transparency data from different layers or devices. <b>Diagram:</b> [[Image:TArduinoAlphaColorMultiSourceMerger.Preview.png]...")
- 01:1701:17, 24 August 2025 Alpha Color Multi Source (hist | edit) [1,022 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorMultiSource.png == Summary == Distributes a single alpha color input to multiple outputs. == Description == The **Alpha Color Multi Source** component takes one incoming alpha color signal and distributes it to several output pins. It is useful when the same alpha color needs to be shared with multiple devices or modules simultaneously, such as controlling multiple transparent overlays, LEDs, or visual indicators. <b>Diagram:</b>...")
- 01:1501:15, 24 August 2025 RGBW Color Multi Source (hist | edit) [978 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWColorMultiSource.png == Summary == Distributes a single RGBW color input to multiple outputs. == Description == The **RGBW Color Multi Source** component takes one incoming RGBW color signal and distributes it to several output pins. It is useful when the same RGBW color needs to be shared with multiple devices or modules simultaneously, such as RGBW LEDs, displays, or visual indicators. <b>Diagram:</b> Image:TArduinoRGBWColorMulti...")
- 01:1401:14, 24 August 2025 RGBW Alpha Color Change Only (hist | edit) [999 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorChangeOnly.png == Summary == Passes RGBW alpha color values only when they change. == Description == The **RGBW Alpha Color Change Only** component outputs a new RGBW alpha color value only if it differs from the previously received value. This prevents redundant updates and reduces unnecessary data flow, making it ideal for systems where repeated identical color values are common, such as LED displays or dynamic lighting setups....")
- 01:1201:12, 24 August 2025 Compare RGBW Alpha Color Value (hist | edit) [1,590 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCompareRGBWAlphaColorValue.png == Summary == Compares an input RGBW alpha color against a predefined value and outputs the result as a boolean. == Description == The **Compare RGBW Alpha Color Value** component evaluates the incoming RGBW alpha color value based on the selected comparison type and a predefined reference value. It is useful for conditional logic, filtering, or triggering events when RGBW alpha color values match or differ from...")
- 01:0901:09, 24 August 2025 RGBW Alpha Color Value (hist | edit) [1,435 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorValue.png == Summary == Outputs a configurable RGBW Alpha Color with optional value control through elements. == Description == The **RGBW Alpha Color Value** component outputs an RGBW color value with transparency (alpha). You can define a default value and multiple additional values using elements, each of which can be triggered when needed. This is useful for applications that require dynamic control of RGBW LEDs or displays...")
- 01:0701:07, 24 August 2025 Ramp To Alpha Color Value (hist | edit) [1,327 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRampToAlphaColorValue.png == Summary == Smoothly transitions an alpha color value from its current state to a target value over a defined time. == Description == The **Ramp To Alpha Color Value** component gradually changes the input alpha color to a specified target value at a controlled slope. The slope defines the duration of the transition from the current alpha color to the target. This is useful for creating smooth transparency effects...")