Gets the Y resolution of the LCD panel.
[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
The acceptable range of Y values is {0 , YResolution - 1}
EZLCDBase Class | EZLCD.SDK Namespace