| ST7735ControllerName Property |
Gets or sets the name of the SPIO controller to use.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ControllerName { get; set; }
Public Property ControllerName As String
Get
Set
public:
virtual property String^ ControllerName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ControllerName : string with get, set
override ControllerName : string with get, set
Property Value
Type:
String
The name of the SPIO controller to use. The default is "SPI0".
See Also