RGBW Color Change Only

From Visuino
Revision as of 03:45, 24 August 2025 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Incoming RGBW color value to monitor.

Output Pins

  • Out – Outputs the RGBW color only when it changes.