Is31fl3731 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Is31fl3731(I2cDevice) |
Initialize IS31FL3731 device |
Is31fl3731(I2cDevice, Int32, Int32) |
Initialize IS31FL3731 device |
Is31fl3731(I2cDevice)
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
- width
- Int32
The width of the LED matrix.
- height
- Int32
The height of the LED matrix.