Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Releases: AnimatedLEDStrip/device-pi

1.0.1

23 Apr 01:57
Compare
Choose a tag to compare
Add sources jar

1.0.0-pre2

22 Jan 19:15
Compare
Choose a tag to compare
1.0.0-pre2 Pre-release
Pre-release

Update to support the 1.0.0-pre2.1 version of the core library

v0.7

03 Aug 03:14
Compare
Choose a tag to compare
  • Bump animatedledstrip-core version
  • Bump log4j version

v0.6

03 Aug 03:12
Compare
Choose a tag to compare
v0.6

v0.5

28 Sep 21:57
Compare
Choose a tag to compare
  • Fix issue where LEDs were getting incorrect colors

v0.4

21 Sep 19:45
Compare
Choose a tag to compare
v0.4

v0.3

29 Aug 19:49
Compare
Choose a tag to compare

Major restructuring of libraries - main functionality now in a platform-independent library

  • Switch libraries to rpi-ws281x-java
  • Rename package to animatedledstrip-pi

v0.3-alpha

20 Jan 05:22
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Preview of the upcoming 0.3 release, with new features including:

  • A complete restructuring of how animations are called
  • New AnimationData and AnimationInfo classes
  • Support for running animations on only part of the strip
  • New animations

v0.2

15 Jan 15:09
Compare
Choose a tag to compare
  • Updated the project description.
  • Bumped dependency version for Kotlin Coroutines.
  • Add image debugging and Animation Signatures.
  • Create fixed thread pools for animations to prevent thread leaks.
  • Add FadePixel inner class to AnimatedLEDStrip to simplify fading a pixel between colors.
  • Remove fadePixel*() methods and replace with fadePixel() method.
  • Start to add support for running animations on sections of a strip as if it was a whole strip.
  • Add optional parameters to animations to allow start and end pixels for an animation to be specified.
  • Add "Experimental" annotation.
  • Add three experimental animations: animation004, animation004_2, and animation005.
  • Rename Animations enum to Animation.
  • Deprecate COLOR1, COLOR2, COLOR3, COLOR4 in Animation and replace with COLOR and MULTICOLOR.
  • Add AnimationData class for deconstructing a Map<*, *> when received by a server from a client.
  • Add AnimationInfo class for specifying parameter requirements and defaults for each animation.
  • Add parseHex() method to ColorUtils.
  • Change log level of access overlaps from warning to debug.

v0.1.1

08 Jan 01:12
Compare
Choose a tag to compare
  • Rename AnimatedLEDStrip and LEDStrip to AnimatedLEDStripAsynchronous and LEDStripAsynchronous.
  • Rename AnimatedLEDStripConcurrent and LEDStripConcurrent to AnimatedLEDStrip and LEDStrip.
  • Add a lot of documentation and logging outputs.
  • Fix smoothChase, pixelRunWithTrail, concurrent Sparkle, among others.
  • Add getPixelColorList, setStripColorWithPalette and setStripColorWithGradient methods to LEDStrip and LEDStripAsynchronous
  • Allow emulation of LEDStripAsynchronous