Info
Version: | 0.2.0 |
Author(s): | Tim Long |
Last Update: | Tuesday, October 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://tigra-astronomy.com |
NuGet Url: | https://www.nuget.org/packages/TA.NetMF.Devices.SSD1306 |
Install
Install-Package TA.NetMF.Devices.SSD1306
dotnet add package TA.NetMF.Devices.SSD1306
paket add TA.NetMF.Devices.SSD1306
TA.NetMF.Devices.SSD1306 Download (Unzip the "nupkg" after downloading)
Dependencies
- TA.NetMF.Utilities(0.3.2)
Tags
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.