Click or drag to resize
ST7735ResetPin Property
Gets or sets the pin used to reset the display.

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

Property Value

Type: GpioPin
The pin used to reset the display.
Remarks
This pin is usually marked 'RES'.
See Also