LedShimRgb28x1 Class

Definition

Represents 28x1 RGB matrix, driven by an IS31FL3731 LED chip.

public class LedShimRgb28x1 : Iot.Device.Display.Is31fl3731
type LedShimRgb28x1 = class
    inherit Is31fl3731
Public Class LedShimRgb28x1
Inherits Is31fl3731
Inheritance
LedShimRgb28x1

Constructors

LedShimRgb28x1(I2cDevice)

Initialize LED driver.

Fields

DefaultI2cAddress

Default I2C address for device.

Height

Height of LED matrix (y axis).

(Inherited from Is31fl3731)
Width

Width of LED matrix (x axis).

(Inherited from Is31fl3731)

Properties

Item[Int32, Int32]

Indexer for updating matrix, with PWM register.

(Inherited from Is31fl3731)

Methods

DisableAllLeds(Byte)

Disable all LEDs.

(Inherited from Is31fl3731)
EnableAllLeds(Byte)

Enable all LEDs.

(Inherited from Is31fl3731)
Fill(Byte, Byte)

Fill all LEDs.

(Inherited from Is31fl3731)
GetLedAddress(Int32, Int32)

Gets the hardware location for the pixel.

Initialize()

Initialize LED driver.

(Inherited from Is31fl3731)
Reset()

Reset device.

(Inherited from Is31fl3731)
SetBlinkingRate(Int32)

Enable blinking at given rate.

(Inherited from Is31fl3731)
Shutdown(Boolean)

Set the shutdown mode.

(Inherited from Is31fl3731)
WritePixel(Int32, Int32, Int32, Boolean, Boolean)

Set value for LED.

(Inherited from Is31fl3731)
WritePixelRgb(Int32, Color)

Write RGB value.

Applies to