Click or drag to resize
ST7735AutoUpdate Property
Gets or sets a value that indicates if Update should automatically be called after drawing operations.

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

Property Value

Type: Boolean
true if Update should automatically be called after drawing operations; otherwise false. The default is true.

Implements

IGraphicsDisplayAutoUpdate
Remarks
This property can be set to false to have more fine grained control over how many drawing operations are batched before they are sent to the display.
See Also