BreakoutRgb5x5 Class

Definition

Represents 5x5 RGB matrix, driven by an IS31FL3731 LED chip.

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

Constructors

BreakoutRgb5x5(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, Int32, Color)

Write RGB value.

Applies to