Glovebox.Graphics 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Glovebox.Graphics --version 1.0.7
NuGet\Install-Package Glovebox.Graphics -Version 1.0.7
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="Glovebox.Graphics" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glovebox.Graphics --version 1.0.7
#r "nuget: Glovebox.Graphics, 1.0.7"
#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.
// Install Glovebox.Graphics as a Cake Addin
#addin nuget:?package=Glovebox.Graphics&version=1.0.7

// Install Glovebox.Graphics as a Cake Tool
#tool nuget:?package=Glovebox.Graphics&version=1.0.7

This project makes it really easy to add LED Matrix graphics to your Windows 10 for IoT project running on Raspberry Pi 2 or the Minnow Max Board.

The main graphics library includes a font set, symbols and support for drawing lines, boxes, dots plus support for scrolling text across multiple display panels for form a larger frame.

The library includes three LED Matrix drivers and the library is designed to be extensible making it easy to add new LED drivers.

The MAX7219 LED driver supports chaining and rotation of multiple LED Matrix display panels together over a single SPI line. These modules are cheap, readily available and a chain of four panels can be purchased on eBay for about $US6.

The HT16K33 I2C driver supports two implementations. The Adafruit Mini 8x8 LED Matrix with I2C Backpack, and the Adafruit Bicolor LED Square Pixel Matrix with I2C Backpack. These can be chained and rotated together but each display panel must have a unique I2C address.

Documentation: https://github.com/gloveboxes/Windows-10-for-IoT-Graphics-Library-for-LED-Matrices/blob/master/README.md

Video: Taking photos and movies of LED matrices is difficult so hence I've dropped the light levels.  There are 3 separate groups of LEDs running running on their own thread/task.  5 x MAX7219 chained LED 8x8 Matrices, 2 chained x Adafruit Mini 8x8 LED Matrices and 1 x Adafruit BiColor 8x8 LED Matrix.

https://www.youtube.com/watch?v=EX7c_FDy1eA

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.8 2,239 11/9/2015
1.0.7 1,826 11/8/2015
1.0.6 1,460 10/19/2015
1.0.5 2,412 10/18/2015
1.0.4 1,393 10/17/2015
1.0.3 1,467 10/17/2015
1.0.2 1,421 10/14/2015

Update Log
1.0.7: Added horizontal flip transform to Max7219 driver.  Added zero pause no framedraw to scroll string operators.
1.0.6: Fixed bug in ht16k33 driver null constructor issue
1.0.5: Pixel.Mono class renamed to Pixel.Led

Future support

I2C backpack for HD44780-compatible LCD modules
- 16 x 2 LCD and 20 x 4 LCD Displays