From 1f5fad22443079ee75e973d6067c6ad48987e373 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 23 Jan 2017 10:31:17 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index d68135f..62a5618 100644 --- a/Home.md +++ b/Home.md @@ -63,6 +63,9 @@ 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 a nonlinear spectrum so that what you see is what you expected. +## [Concentric Rings Support](https://github.com/Makuna/NeoPixelBus/wiki/Concentric-Rings-Support) +Some of the oldest forms of NeoPixels are the ring panels, coming in 12, 24, and larger. When these are used together to form concentric rings they can provide some interesting visual displays. The NeoRingTopology object provides an easy polar coordinate (ring, pixel) access to the concentric rings of pixels. + ## [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.