Click or drag to resize
SSD1306ControllerName Property
Gets or sets the name of the SPIO controller to use.

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 string ControllerName { get; set; }

Property Value

Type: String
The name of the SPIO controller to use. The default is "SPI0".

Implements

ISpiBasedDeviceControllerName
See Also