C# 클래스 Microsoft.IoT.Devices.Display.ST7735

A driver for displays controlled by the ST7735 controller such as the Adafruit 1.8" color display.
This driver is adapted from several resources including Netduino Helpres and the Adafruit library for ST7735.
상속: IGraphicsDisplay, IDevice, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearScreen void
EnsureInitializedAsync System.Threading.Tasks.Task
InitDisplayAsync System.Threading.Tasks.Task
InitDisplayBAsync System.Threading.Tasks.Task
InitDisplayRAsync System.Threading.Tasks.Task
InitGpio void
InitSpiAsync System.Threading.Tasks.Task
SetAddressWindow void
SetOrientation void
SetPixel void
SetRamMode void
Write void
Write void

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
DrawPixel ( int x, int y, Color color ) : void
DrawPixel ( int x, int y, byte red, byte green, byte blue ) : void
InitializeAsync ( ) : IAsyncAction

Initializes the display.

IsOrientationSupported ( DisplayOrientations orientation ) : bool
Update ( ) : void

비공개 메소드들

메소드 설명
ClearScreen ( Color col ) : void
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task
InitDisplayAsync ( ) : System.Threading.Tasks.Task
InitDisplayBAsync ( ) : System.Threading.Tasks.Task
InitDisplayRAsync ( ) : System.Threading.Tasks.Task
InitGpio ( ) : void
InitSpiAsync ( ) : System.Threading.Tasks.Task
SetAddressWindow ( byte x0, byte y0, byte x1, byte y1 ) : void
SetOrientation ( bool flipWidthAndHeight ) : void
SetPixel ( int x, int y, uint nativeColor ) : void
SetRamMode ( ) : void
Write ( byte command ) : void
Write ( long address, byte data ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawPixel() 공개 메소드

public DrawPixel ( int x, int y, Color color ) : void
x int
y int
color Color
리턴 void

DrawPixel() 공개 메소드

public DrawPixel ( int x, int y, byte red, byte green, byte blue ) : void
x int
y int
red byte
green byte
blue byte
리턴 void

InitializeAsync() 공개 메소드

Initializes the display.
public InitializeAsync ( ) : IAsyncAction
리턴 IAsyncAction

IsOrientationSupported() 공개 메소드

public IsOrientationSupported ( DisplayOrientations orientation ) : bool
orientation DisplayOrientations
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void