RGB LED: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoLEDRGB.png == Summary == Basic RGB LED component with color input control. Provides independent red, green, and blue analog outputs for generating mixed colors. == Description == The RGB LED combines three LEDs (red, green, and blue) in a single package, allowing full-color mixing through analog control. It can be driven with a color input signal, and the component provides independent analog outputs for each color channel. The LED can be conf..."
 
(No difference)

Latest revision as of 06:58, 4 September 2025

File:TArduinoLEDRGB.png

Summary

Basic RGB LED component with color input control. Provides independent red, green, and blue analog outputs for generating mixed colors.

Description

The RGB LED combines three LEDs (red, green, and blue) in a single package, allowing full-color mixing through analog control. It can be driven with a color input signal, and the component provides independent analog outputs for each color channel. The LED can be configured with an initial color value and an inverted logic option.

Diagram:

Categories

Properties

  • Initial Value – Default LED color value.
  • Inverted – Boolean option to invert the color output.

Pins

Input Pins

  • In (color) – Color input to drive the LED.

Output Pins

  • Red – Analog output for red channel.
  • Green – Analog output for green channel.
  • Blue – Analog output for blue channel.