Glovebox.Graphics 1.0.8

dotnet add package Glovebox.Graphics --version 1.0.8
                    
NuGet\Install-Package Glovebox.Graphics -Version 1.0.8
                    
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.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Glovebox.Graphics" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Glovebox.Graphics" />
                    
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 Glovebox.Graphics --version 1.0.8
                    
#r "nuget: Glovebox.Graphics, 1.0.8"
                    
#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=Glovebox.Graphics&version=1.0.8
                    
Install Glovebox.Graphics as a Cake Addin
#tool nuget:?package=Glovebox.Graphics&version=1.0.8
                    
Install Glovebox.Graphics as a Cake Tool

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,471 11/9/2015
1.0.7 2,093 11/8/2015
1.0.6 1,650 10/19/2015
1.0.5 2,899 10/18/2015
1.0.4 1,571 10/17/2015
1.0.3 1,656 10/17/2015
1.0.2 1,604 10/14/2015

Update Log
1.0.8: Nuget packaging issue
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