PinMapping Constructor
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.
Constructs PinMapping instance
public PinMapping (int r1, int g1, int b1, int r2, int g2, int b2, int oe, int clock, int latch, int a, int b, int c, int d = 0, int e = 0);
new Iot.Device.LEDMatrix.PinMapping : int * int * int * int * int * int * int * int * int * int * int * int * int * int -> Iot.Device.LEDMatrix.PinMapping
Public Sub New (r1 As Integer, g1 As Integer, b1 As Integer, r2 As Integer, g2 As Integer, b2 As Integer, oe As Integer, clock As Integer, latch As Integer, a As Integer, b As Integer, c As Integer, Optional d As Integer = 0, Optional e As Integer = 0)
Parameters
- r1
- Int32
First pin of the red channel
- g1
- Int32
First pin of the green channel
- b1
- Int32
First pin of the blue channel
- r2
- Int32
Second pin of the red channel
- g2
- Int32
Second pin of the green channel
- b2
- Int32
Second pin of the blue channel
- oe
- Int32
Output enable pin
- clock
- Int32
Clock pin
- latch
- Int32
Latch pin
- a
- Int32
Address pin A
- b
- Int32
Address pin B
- c
- Int32
Address pin C
- d
- Int32
Address pin D
- e
- Int32
Address pin E