TA.NetMF.Devices.SSD1306
0.2.0
dotnet add package TA.NetMF.Devices.SSD1306 --version 0.2.0
NuGet\Install-Package TA.NetMF.Devices.SSD1306 -Version 0.2.0
<PackageReference Include="TA.NetMF.Devices.SSD1306" Version="0.2.0" />
paket add TA.NetMF.Devices.SSD1306 --version 0.2.0
#r "nuget: TA.NetMF.Devices.SSD1306, 0.2.0"
// Install TA.NetMF.Devices.SSD1306 as a Cake Addin #addin nuget:?package=TA.NetMF.Devices.SSD1306&version=0.2.0 // Install TA.NetMF.Devices.SSD1306 as a Cake Tool #tool nuget:?package=TA.NetMF.Devices.SSD1306&version=0.2.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Micro Framework | netmf43 is compatible. |
-
- TA.NetMF.Utilities (>= 0.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 1,382 | 10/20/2015 |
0.2.0-Beta1024 | 779 | 10/19/2015 |
0.1.0 | 1,031 | 9/11/2015 |
0.1.0-Beta1019 | 795 | 10/10/2015 |
0.1.0-Beta1015 | 844 | 9/11/2015 |
0.1.0-Beta1011 | 783 | 9/11/2015 |
0.1.0-Beta1009 | 803 | 9/11/2015 |
0.1.0-Beta1008 | 842 | 3/26/2015 |
0.0.1 | 1,032 | 3/26/2015 |
Initial alpha release with very basic text rendering support.