Edit

Share via


Is31fl3731 Constructors

Definition

Overloads

Is31fl3731(I2cDevice)

Initialize IS31FL3731 device

Is31fl3731(I2cDevice, Int32, Int32)

Initialize IS31FL3731 device

Is31fl3731(I2cDevice)

Initialize IS31FL3731 device

public Is31fl3731 (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Display.Is31fl3731 : System.Device.I2c.I2cDevice -> Iot.Device.Display.Is31fl3731
Public Sub New (i2cDevice As I2cDevice)

Parameters

i2cDevice
I2cDevice

The I2cDevice to create with.

Applies to

Is31fl3731(I2cDevice, Int32, Int32)

Initialize IS31FL3731 device

public Is31fl3731 (System.Device.I2c.I2cDevice i2cDevice, int width, int height);
new Iot.Device.Display.Is31fl3731 : System.Device.I2c.I2cDevice * int * int -> Iot.Device.Display.Is31fl3731
Public Sub New (i2cDevice As I2cDevice, width As Integer, height As Integer)

Parameters

i2cDevice
I2cDevice

The I2cDevice to create with.

width
Int32

The width of the LED matrix.

height
Int32

The height of the LED matrix.

Applies to