Method | Description | |
---|---|---|
DisplayImage ( |
Displays an image on the LED matrix
|
|
Initialize ( ) : void |
Sends a command to initialize the LED matrix
|
|
Lpd8806Matrix ( int width, int height ) : System.Collections.Generic |
Initializes a new instance of the Lpd8806Matrix class.
|
public DisplayImage ( |
||
image | Bitmap to display on the LED matrix | |
return | System.Threading.Tasks.Task |
public Lpd8806Matrix ( 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 |
return | System.Collections.Generic |