TA.NetMF.Devices.SSD1306 0.1.0-Beta1008

This is a prerelease version of TA.NetMF.Devices.SSD1306.
dotnet add package TA.NetMF.Devices.SSD1306 --version 0.1.0-Beta1008
                    
NuGet\Install-Package TA.NetMF.Devices.SSD1306 -Version 0.1.0-Beta1008
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TA.NetMF.Devices.SSD1306" Version="0.1.0-Beta1008" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TA.NetMF.Devices.SSD1306" Version="0.1.0-Beta1008" />
                    
Directory.Packages.props
<PackageReference Include="TA.NetMF.Devices.SSD1306" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TA.NetMF.Devices.SSD1306 --version 0.1.0-Beta1008
                    
#r "nuget: TA.NetMF.Devices.SSD1306, 0.1.0-Beta1008"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TA.NetMF.Devices.SSD1306&version=0.1.0-Beta1008&prerelease
                    
Install TA.NetMF.Devices.SSD1306 as a Cake Addin
#tool nuget:?package=TA.NetMF.Devices.SSD1306&version=0.1.0-Beta1008&prerelease
                    
Install TA.NetMF.Devices.SSD1306 as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Micro Framework netmf43 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-Beta1008 75 3/26/2015
0.0.1 81 3/26/2015

Initial alpha release with very basic text rendering support.