PixelGeometry
public enum PixelGeometry : UInt32
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
-
Undocumented
Declaration
Swift
case unknown = 0
-
Undocumented
Declaration
Swift
case rgbHorizontal
-
Undocumented
Declaration
Swift
case bgrHorizontal
-
Undocumented
Declaration
Swift
case rgbVertical
-
Undocumented
Declaration
Swift
case bgrVertical