Click or drag to resize
ST7735PixelFormat Property
Gets or sets the format for each pixel 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 DisplayPixelFormat PixelFormat { get; }

Property Value

Type: DisplayPixelFormat
A that describes the pixel format. The default is Rgb565.

Implements

IGraphicsDisplayPixelFormat
See Also