ezLCD SDK Documentation

EZLCDBase.ColorBitDepth Property

 [This is preliminary documentation and subject to change.]

Gets the color depth of the LCD panel in bits.

[Visual Basic]
MustOverride Public Property ReadOnly UInt32 As 
[C#]
public abstract uint UInt32 { get; }
[C++]
public: abstract __property  get_UInt32();
[JScript]
public abstract function get UInt32() : UInt32

See Also

EZLCDBase Class | EZLCD.SDK Namespace