Click or drag to resize
SSD1306ResetAsync Method
Performs a hardware reset of 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 IAsyncAction ResetAsync()

Return Value

Type: IAsyncAction
A IAsyncAction that represents the operation.
See Also