C# 클래스 HexapiBackground.Hardware.SparkFunSerial16X2Lcd

SparkFun Serial 16x2 LCD
파일 보기 프로젝트 열기: Slimordium/Hexapi_Hexapod 1 사용 예제들

비공개 메소드들

메소드 설명
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