Click or drag to resize
ST7735DataCommandPin Property
Gets or sets the pin used to change between sending data and commands.

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 GpioPin DataCommandPin { 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