Method | Description | |
---|---|---|
AutoFlushReads ( ) : bool | ||
Clear ( ) : void | ||
ConsoleWriteLine ( string line ) : void | ||
Reset ( ) : void | ||
Test ( ) : void | ||
ULcd144Device ( |
||
WriteCommand ( byte commandBytes, byte dataBytes = null ) : void | ||
WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void |
public ConsoleWriteLine ( string line ) : void | ||
line | string | |
return | void |
public ULcd144Device ( |
||
resetPin | ||
serialPortName | string | |
return | System |
public WriteCommand ( byte commandBytes, byte dataBytes = null ) : void | ||
commandBytes | byte | |
dataBytes | byte | |
return | void |
public WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void | ||
message | string | |
column | byte | |
row | byte | |
font | byte | |
return | void |