C# Class HexapiBackground.Hardware.SparkFunSerial16X2Lcd

SparkFun Serial 16x2 LCD
Mostrar archivo Open project: Slimordium/Hexapi_Hexapod Class Usage Examples

Private Methods

Method Description
InitializeAsync ( ) : Task
SparkFunSerial16X2Lcd ( ) : System
WriteAsync ( string text ) : System.Threading.Tasks.Task

Overwrites all text on display

WriteAsync ( string text, byte line, bool clear ) : System.Threading.Tasks.Task
WriteAsync ( string text, int line ) : System.Threading.Tasks.Task

Only overwrite the specified line on the LCD. Either line 1 or 2

WriteToFirstLineAsync ( string text ) : System.Threading.Tasks.Task
WriteToSecondLineAsync ( string text ) : System.Threading.Tasks.Task