Ejemplo n.º 1
0
        // LED Matrix

        /// <summary>
        /// Fills LED matrix with specified color
        /// </summary>
        /// <param name="color">Color to fill LED matrix with</param>
        public void Fill(Color color = default(Color)) => LedMatrix.Fill(color);