Edit

Share via


Bonnet16x8 Class

Definition

Represents 16x8 matrix, driven by an IS31FL3731 LED chip.

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

Constructors

Bonnet16x8(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)

Applies to