C# Класс RemoteLedMatrix.LedMatrixPanel

Implementation of ILedMatrix for the AdaFruit 32x32 LED MatrixPanel
Наследование: ILedMatrix
Показать файл Открыть проект

Открытые методы

Метод Описание
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