A text-based display driver for SSD1306 I2C OLED displays, targeting .NET MicroFramework 4.3+ and Netduino Plus hardware platform. The driver works with I2C interface (only) and offers basic text rendering using bitmapped fonts. Two very minimal fonts are included but because fonts have a high memory footprint, these need to be specified by the application and should be optimized to contain the minimum required characters. Currently, the driver is text-only and no graphics primitives are included, although the display is bitmapped and this could be a future enhancement.
$ dotnet add package TA.NetMF.Devices.SSD1306No README available.