Digital To RGBW Color

From Visuino
Revision as of 05:51, 25 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToRGBWColor.png == Summary == Converts a digital signal into an RGBW color. == Description == The **Digital To RGBW Color** component outputs one of two predefined RGBW color values depending on the digital input state. If the input is `false`, the component outputs the configured **False Value (color)**. If the input is `true`, it outputs the configured **True Value (color)**. <b>Diagram:</b> Image:TArduinoDigitalToRGBWColor....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDigitalToRGBWColor.png

Summary

Converts a digital signal into an RGBW color.

Description

The **Digital To RGBW Color** component outputs one of two predefined RGBW color values depending on the digital input state. If the input is `false`, the component outputs the configured **False Value (color)**. If the input is `true`, it outputs the configured **True Value (color)**.

Diagram:

Categories

Properties

  • False Value (color) – RGBW color output when input is `false`.
  • True Value (color) – RGBW color output when input is `true`.

Pins

Input Pins

  • In (digital) – Input digital signal.

Output Pins

  • Out (RGBW color) – Selected color output.