SKPixelGeometry Enum

Definition

Describes how LCD strips are organized for each pixel.

public enum SKPixelGeometry
Inheritance
SKPixelGeometry

Fields

BgrHorizontal 2

Pixels are made up horizontal blue, green and red lights.

BgrVertical 4

Pixels are made up vertical blue, green and red lights.

RgbHorizontal 1

Pixels are made up horizontal red, green and blue lights.

RgbVertical 3

Pixels are made up vertical red, green and blue lights.

Unknown 0

Use if the order is not known or the pixels are meant to be "portable" and/or transformed before showing (e.g. rotated, scaled).

Remarks

Description of how the LCD strips are arranged for each pixel. If this is unknown, or the pixels are meant to be "portable" and/or transformed before showing (e.g. rotated, scaled) then use Unknown.

Applies to