Click or drag to resize
ST7735ChipSelectLine Property
Gets or sets the chip select line to use on the SPIO controller.

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ChipSelectLine { get; set; }

Property Value

Type: Int32
The chip select line to use on the SPIO controller. The default is 0.
See Also