| ST7735ResetPin Property |
Gets or sets the pin used to reset the display.
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 ResetPin { get; set; }
Public Property ResetPin As GpioPin
Get
Set
public:
virtual property GpioPin^ ResetPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract ResetPin : GpioPin with get, set
override ResetPin : GpioPin with get, set
Property Value
Type:
GpioPin
The pin used to reset the display.
Remarks
This pin is usually marked 'RES'.
See Also