Glovebox.Graphics
1.0.8
dotnet add package Glovebox.Graphics --version 1.0.8
NuGet\Install-Package Glovebox.Graphics -Version 1.0.8
<PackageReference Include="Glovebox.Graphics" Version="1.0.8" />
paket add Glovebox.Graphics --version 1.0.8
#r "nuget: Glovebox.Graphics, 1.0.8"
// Install Glovebox.Graphics as a Cake Addin #addin nuget:?package=Glovebox.Graphics&version=1.0.8 // Install Glovebox.Graphics as a Cake Tool #tool nuget:?package=Glovebox.Graphics&version=1.0.8
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 | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
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.
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