C# 클래스 NapkinGadgeteerCommon.OledDisplayDriver

파일 보기 프로젝트 열기: cjdaly/napkin 1 사용 예제들

공개 메소드들

메소드 설명
AddLine ( string message = "" ) : void
OledDisplayDriver ( OledDisplay oledDisplay, Microsoft.SPOT.Font fontTitle, Microsoft.SPOT.Font fontBody, Microsoft.SPOT.Font fontStatus ) : System
SetBody ( string body ) : void
SetTitle ( string title ) : void

비공개 메소드들

메소드 설명
DriverLoop ( ) : void

메소드 상세

AddLine() 공개 메소드

public AddLine ( string message = "" ) : void
message string
리턴 void

OledDisplayDriver() 공개 메소드

public OledDisplayDriver ( OledDisplay oledDisplay, Microsoft.SPOT.Font fontTitle, Microsoft.SPOT.Font fontBody, Microsoft.SPOT.Font fontStatus ) : System
oledDisplay OledDisplay
fontTitle Microsoft.SPOT.Font
fontBody Microsoft.SPOT.Font
fontStatus Microsoft.SPOT.Font
리턴 System

SetBody() 공개 메소드

public SetBody ( string body ) : void
body string
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void