Backpack16x9 Class
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.
Represents 16x9 matrix, driven by an IS31FL3731 LED chip.
public class Backpack16x9 : Iot.Device.Display.Is31fl3731
type Backpack16x9 = class
inherit Is31fl3731
Public Class Backpack16x9
Inherits Is31fl3731
- Inheritance
Constructors
Backpack16x9(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) |