Skip to content

Aurora v1.3

Choose a tag to compare

@jasoncoon jasoncoon released this 24 Feb 23:43
· 131 commits to master since this release

Features

  • Added streaming mode with support for TPM2 protocol. (See details in the Wiki)
  • Added new patterns (analog clock, electric mandala, swirl).
  • Added Swirl pattern by Mark Kriegsman: https://gist.github.com/kriegsman/5adca44e14ad025e6d3b
  • Added Stefan Petrick's "Electric Mandala" pattern from FunkyNoise: https://github.com/StefanPetrick/FunkyNoise
  • Added Stefan Petrick's noise smearing patterns. (Details in SmartMatrix Community Post)
  • Added text clock (like the Pebble text watch face: twelve o'clock, four nineteen, nine oh one, etc).
  • Added blending between palette changes, courtesy of FastLED 3.1's new nblendPaletteTowardPalette function.
  • Added 'munching squares' pattern. Thanks @jblang
  • Made the Life pattern (Conway's Game of Life) more colorful. Thanks @jblang
  • Changed Attract pattern to use beatsin8 to periodically and gradually change the dim (blur) amount.
  • Added Eclipse IDE compatibility. Thanks @kigster
  • Added palette name indicator when switching palettes.
  • Added mappings for new IR remotes (some overlap and cannot be used without code changes).
  • Switched menu font to gohufont11b, default menu color to blue, and added menu color setting.
  • Swapped out some unused kaleidoscope effects for the newer ones from FunkyNoise.
  • Pendulum Wave pattern: now with 100% less floating point math, thanks to FastLED 3.1!
  • Added Autoplay Duration saved setting and menu item.
  • Switched indicators (brightness, audio scale, palette) to use menu color instead of white.
  • Added version checks for backwards compatibility with FastLED 3.0 and 3.1.
  • Made ElectricMandala backwards compatible with older FastLED versions.

Bug Fixes

  • Fixed palette name indicator never being hidden.
  • Fixed crash in brightness settings.