ScrollPhat17x7 Class

Definition

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

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

Constructors

ScrollPhat17x7(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