NeoPixelBus Versions Save

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

2.7.9

1 month ago

RP2040 platform support WS2805 method and 5 element RGBWW feature TLC59711 led/chip support ESP bitbang improvements

2.7.8

3 months ago
  • Rgbwww support
  • Improved ESP32 i2s clock calculations

2.7.7

5 months ago
  • Rgbww80Color (16 bits per color element, RGB with Warmer White and Cooler White)
  • SM16825 chip support (Govee Outdoor Pro)
  • GS1903 on ESP32 chip support

2.7.6

10 months ago
  • MBI6033 two wire LED support
  • AVR 600Kbps for 16Mhz uC (APA106)
  • 16 Bits per element Colors have a 8bit DIM/Brighten
  • Major Refactor color features to reduce code duplication and make it easier to add new color order variants.
  • Extended the Color Features variants to include all variants for Rgb, Rgbw, Rgb48, and Rgbw64
  • New Feature to support RGB with warmer white AND cooler white LEDs (RgbwwColor & GrbcwxFeature)
  • ESP32 I2S Pin wasn't being released from MUX after destruction
  • Other bugs

2.7.5

1 year ago

Bug fixes

2.7.4

1 year ago

SM16716 support Rgbwxx Color Feature Run-time calculated Gamma Table Source file reorganization and cleanup ESP8266 DMA Timing Tweaking to remove glitches CIE Lab Gamma Equation linear blend by uint8_t

2.7.3

1 year ago

Bug Fixes Gamma supports 16bit table method

2.7.2

1 year ago
  • ESP32/ESP32S2 I2S x8/x16 Parallel channel support
  • LGT8F328P support (32mhz AVR)
  • ESP32-S3 RMT support
  • WS2816
  • WS2821
  • DMX512

2.7.1

1 year ago
  • ESP32 S3
  • GRB48
  • WS2816

2.7.0

1 year ago
  • SM168xx LED support
  • DMX512 and WS2821 support on ESP8266
  • Warnings fixes
  • Gamma correction for RgbwColor, Rgb48Color, Rgb64Color