C# 클래스 RemoteLedMatrix.LedMatrixPanel

Implementation of ILedMatrix for the AdaFruit 32x32 LED MatrixPanel
상속: ILedMatrix
파일 보기 프로젝트 열기: ms-iot/LEDMatrix

공개 메소드들

메소드 설명
DisplayImage ( WriteableBitmap image ) : System.Threading.Tasks.Task

Displays an image on the LED matrix

Initialize ( ) : void

Sends a command to initialize the LED matrix

LedMatrixPanel initialization is handled purely on the Arduino side for this particular hardware.

LedMatrixPanel ( int width, int height ) : System.Collections.Generic

Initializes a new instance of the LedMatrixPanel class.

메소드 상세

DisplayImage() 공개 메소드

Displays an image on the LED matrix
public DisplayImage ( WriteableBitmap image ) : System.Threading.Tasks.Task
image Windows.UI.Xaml.Media.Imaging.WriteableBitmap Bitmap to display on the LED matrix
리턴 System.Threading.Tasks.Task

Initialize() 공개 메소드

Sends a command to initialize the LED matrix
LedMatrixPanel initialization is handled purely on the Arduino side for this particular hardware.
public Initialize ( ) : void
리턴 void

LedMatrixPanel() 공개 메소드

Initializes a new instance of the LedMatrixPanel class.
public LedMatrixPanel ( int width, int height ) : System.Collections.Generic
width int Width in pixels of the LED Matrix
height int Height in pixels of the LED Matrix
리턴 System.Collections.Generic