Click or drag to resize
SSD1306ResetPin Property
Gets or sets the reset pin for 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 reset pin for the display.
See Also