Remember RGBW Color Value

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

File: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 LEDs and displays.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – The RGBW color value set at initialization.

Pins

Input Pins

  • In – Incoming RGBW color value to be stored.
  • Remember – Clock input that stores the current In value.
  • Recall – Clock input that outputs the stored value to Out.

Output Pins

  • Out – Outputs the current or recalled RGBW color value.