Updated Home (markdown)

Michael Miller
2017-01-23 10:31:17 -08:00
parent 40e48852b8
commit 1f5fad2244

@@ -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.