From c352a496b890c523b0266f9532b7e8cd42bc2e5f Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 20 Mar 2016 14:42:32 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 9035274..43cb3df 100644 --- a/Home.md +++ b/Home.md @@ -70,3 +70,5 @@ This manages the timing and lifetime for animations. It supplements the NeoPixe ## [NeoGamma object](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) The human eye perceives light levels differently than what the NeoPixels show. NeoPixels brightness levels are very linear so this object will convert them to the nonlinear so that what you see is what you expected. +## [Matrix Panels Support](https://github.com/Makuna/NeoPixelBus/wiki/Matrix-Panels-Support) +Some of the newest forms of NeoPixels are the matrix panels, coming in 8x8, 16x8, and larger. The NeoTopology, NeoTiles, and NeoMosaic object with the help of the layout objects provide an easy (x,y) access to the pixels.