This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading; | |
using Microsoft.SPOT; | |
using Microsoft.SPOT.Hardware; | |
namespace Maruta | |
{ | |
/// <summary> | |
/// This class is a driver for the color 128x128 OLED display referenced SSD1351. | |
/// http://www.adafruit.com/products/1431 |