Edit

Share via


Is31fl3731 Class

Definition

Represents an IS31FL3731 LED Matrix driver

public abstract class Is31fl3731
type Is31fl3731 = class
Public MustInherit Class Is31fl3731
Inheritance
Is31fl3731
Derived

Constructors

Is31fl3731(I2cDevice)

Initialize IS31FL3731 device

Is31fl3731(I2cDevice, Int32, Int32)

Initialize IS31FL3731 device

Fields

DefaultI2cAddress

Default I2C address for device.

Height

Height of LED matrix (y axis).

Width

Width of LED matrix (x axis).

Properties

Item[Int32, Int32]

Indexer for updating matrix, with PWM register.

Methods

DisableAllLeds(Byte)

Disable all LEDs.

EnableAllLeds(Byte)

Enable all LEDs.

Fill(Byte, Byte)

Fill all LEDs.

GetLedAddress(Int32, Int32)

Gets the hardware location for the pixel.

Initialize()

Initialize LED driver.

Reset()

Reset device.

SetBlinkingRate(Int32)

Enable blinking at given rate.

Shutdown(Boolean)

Set the shutdown mode.

WritePixel(Int32, Int32, Int32, Boolean, Boolean)

Set value for LED.

Applies to