| ST7735PixelFormat Property |
Gets or sets the format for each pixel on the display.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DisplayPixelFormat PixelFormat { get; }
Public ReadOnly Property PixelFormat As DisplayPixelFormat
Get
public:
virtual property DisplayPixelFormat PixelFormat {
DisplayPixelFormat get () sealed;
}
abstract PixelFormat : DisplayPixelFormat with get
override PixelFormat : DisplayPixelFormat with get
Property Value
Type:
DisplayPixelFormat
A that describes the pixel format.
The default is
Rgb565.
Implements
IGraphicsDisplayPixelFormatSee Also