| ST7735DataCommandPin Property |
Gets or sets the pin used to change between sending data and commands.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin DataCommandPin { get; set; }
Public Property DataCommandPin As GpioPin
Get
Set
public:
virtual property GpioPin^ DataCommandPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract DataCommandPin : GpioPin with get, set
override DataCommandPin : GpioPin with get, set
Property Value
Type:
GpioPin
The pin used to change between sending data and commands.
Remarks
This pin is usually marked 'DC' or 'RS'.
See Also