Click or drag to resize
SSD1306PixelsPerPage Property
Gets or sets the number of pixels per page on 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 int PixelsPerPage { get; set; }

Property Value

Type: Int32
The number of pixels per page on the display. The default is 8.
See Also