Edit

Share via


LedColor Enum

Definition

Describes LED colors in an LED matrix or bargraph.

public enum LedColor
type LedColor = 
Public Enum LedColor
Inheritance
LedColor

Fields

Name Value Description
Off 0

Disable LED.

Red 1

Enable red LED.

Green 2

Enable green LED.

Yellow 3

Enable both green and red LEDs, producing a yellow color.

Applies to