Beispiel #1
0
 /// <summary>
 /// Sets color on specified pixel on LED matrix
 /// </summary>
 /// <param name="x">X coordinate of the pixel</param>
 /// <param name="y">Y coordinate of the pixel</param>
 /// <param name="color">Color to set the pixel to</param>
 public void SetPixel(int x, int y, Color color) => LedMatrix.SetPixel(x, y, color);