Exemple #1
0
        /// <summary>
        /// Fills the screen with square boxes for a number of times
        /// </summary>
        private static void DisplayMosaic()
        {
            tft.Mosaic(20, 1000);

            // Wait a bit
            //Thread.Sleep(3000);
        }