MicroDotPhat30x7 Class

Definition

Represents a Pimoroni Micro Dot pHat.

public class MicroDotPhat30x7 : Iot.Device.Display.DotMatrix
type MicroDotPhat30x7 = class
    inherit DotMatrix
Public Class MicroDotPhat30x7
Inherits DotMatrix
Inheritance
MicroDotPhat30x7

Constructors

MicroDotPhat30x7(I2cDevice, I2cDevice, I2cDevice)

Initialize Micro Dot pHAT IS31FL3730 device.

MicroDotPhat30x7(Is31fl3730, Is31fl3730, Is31fl3730)

Initialize Micro Dot pHAT IS31FL3730 device.

Fields

I2cAddresses

I2C addresses for Micro Dot pHat, left to right.

Properties

Height

Height (y-axis) for matrix.

(Inherited from DotMatrix)
Item[Int32, Int32]

Indexer for matrix.

(Inherited from DotMatrix)
Item[Int32]

Indexer for matrix.

(Inherited from DotMatrix)
Length

Length (or count) of matrices.

(Inherited from DotMatrix)
Width

Width (x-axis) of matrix.

(Inherited from DotMatrix)

Methods

Fill(PinValue)

Fill LEDs with value.

(Inherited from DotMatrix)

Applies to