Releases: Makuna/NeoPixelBus
arduino\arduino library release
Merge pull request #92 from Makuna/Remove-Serial-Output A Few Fixes
arduino\arduino library release
Merge pull request #91 from Makuna/Esp8266DmaLargerCountSupport Esp8266 Dma Method now supports dynamic DMA duffer descriptors
arduino\arduino library release
Esp8266 DMA method was redesigned.
arduino\arduino library release
HslColor and HsbColor LinearBlend now requires a "method" class that defines how the Hue is blended. Due to the circular nature of Hue, this is important to get the blend effect that is desired.
arduino\arduino library release
Topology, Tiles, and Mosaic - 2D layout of pixels so you can reference them as x and y rather than just index
Gamma correction object - it will map the RGB to gamma correct values
Samples to demonstrate new features
NeoPixelAnimator supports dynamically changing the timescale. Easy way to slow all animations down.
Biliniar blend function (2d blend preparing for Textures work that is coming soon)
Color comparison operators so you can test if two colors are the same
arduino\arduino library release
Added HtmlColor support
Fixed some argument passing to be const
arduino\arduino library release
Including library now only includes the primary headers
arduino\arduino library release
This includes a fix for the HsbColor to RgbColor conversion.
arduino\arduino library release
Merge pull request #70 from Makuna/V2 V2