Hd44780.GetTwoLineMode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the device should use two line mode
protected virtual bool GetTwoLineMode (int rows);
abstract member GetTwoLineMode : int -> bool
override this.GetTwoLineMode : int -> bool
Protected Overridable Function GetTwoLineMode (rows As Integer) As Boolean
Parameters
- rows
- Int32
Number of rows on the device
Returns
True if device should use two line mode