C# 클래스 FEZ_Panda_II_Classe_LCD.LCD2x16

상속: IDisposable
파일 보기 프로젝트 열기: gamondue/GrowBox-5F-16 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
CursorHome ( ) : void
Dispose ( ) : void
LCD2x16 ( FEZ_Pin bit0, FEZ_Pin bit1, FEZ_Pin bit2, FEZ_Pin bit3, FEZ_Pin enable, FEZ_Pin registerSelect ) : System
Print ( string str ) : void
SetCursor ( byte row, byte col ) : void

비공개 메소드들

메소드 설명
Putc ( byte c ) : void
SendCmd ( byte c ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CursorHome() 공개 메소드

public CursorHome ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LCD2x16() 공개 메소드

public LCD2x16 ( FEZ_Pin bit0, FEZ_Pin bit1, FEZ_Pin bit2, FEZ_Pin bit3, FEZ_Pin enable, FEZ_Pin registerSelect ) : System
bit0 FEZ_Pin
bit1 FEZ_Pin
bit2 FEZ_Pin
bit3 FEZ_Pin
enable FEZ_Pin
registerSelect FEZ_Pin
리턴 System

Print() 공개 메소드

public Print ( string str ) : void
str string
리턴 void

SetCursor() 공개 메소드

public SetCursor ( byte row, byte col ) : void
row byte
col byte
리턴 void