Skip to content

Releases: Makuna/NeoPixelBus

arduino\arduino library release

02 Apr 23:12
Compare
Choose a tag to compare
Merge pull request #92 from Makuna/Remove-Serial-Output

A Few Fixes

arduino\arduino library release

02 Apr 20:13
Compare
Choose a tag to compare
Merge pull request #91 from Makuna/Esp8266DmaLargerCountSupport

Esp8266 Dma Method now supports dynamic DMA duffer descriptors

arduino\arduino library release

01 Apr 22:53
Compare
Choose a tag to compare

Esp8266 DMA method was redesigned.

arduino\arduino library release

28 Mar 19:30
Compare
Choose a tag to compare

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

20 Mar 21:50
Compare
Choose a tag to compare

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

06 Mar 18:44
Compare
Choose a tag to compare

Added HtmlColor support
Fixed some argument passing to be const

arduino\arduino library release

03 Mar 22:40
Compare
Choose a tag to compare

Including library now only includes the primary headers

arduino\arduino library release

02 Mar 01:31
Compare
Choose a tag to compare

This includes a fix for the HsbColor to RgbColor conversion.

arduino\arduino library release

29 Feb 06:18
Compare
Choose a tag to compare
Merge pull request #70 from Makuna/V2

V2