Edit

Share via


Is31fl3730 Class

Definition

Represents an IS31FL3730 LED Matrix driver

public class Is31fl3730
type Is31fl3730 = class
Public Class Is31fl3730
Inheritance
Is31fl3730

Constructors

Is31fl3730(I2cDevice)

Initialize IS31FL3730 device.

Fields

DefaultI2cAddress

Default I2C address for device.

Properties

BufferingEnabled

Enables or disables auto-buffering.

Item[Int32]

Indexer for matrices.

Methods

Fill(Int32, PinValue)

Fill LEDs with value, per matrix.

Fill(PinValue)

Fill LEDs with value.

Flush()

Fill LEDs with value.

Flush(Int32)

Fill LEDs with value, per matrix.

Read(Int32, Int32, Int32)

Read value of LED for matrix.

ResetRegisters()

Resets all registers to default value.

UpdateBrightness(Byte)

Update bright of LED matrix for each of 128 items.

UpdateConfiguration(ShowdownMode, MatrixMode, DisplayMode)

Update configuration register, which controls shutdown, matrix, and display modes.

UpdateCurrent(Current)

Update current setting for each row output of LED matrix (default value is 40 mA).

Write(Int32, Int32, Int32, PinValue)

Write LED for matrix.

WriteDecimalPoint(Int32, PinValue)

Update decimal point for matrix.

Applies to