Edit

Share via


Hd44780.GetTwoLineMode(Int32) Method

Definition

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

Applies to