Skip to content

Releases: ArminJo/NeoPatterns

ESP versions

19 Dec 02:56
Compare
Choose a tag to compare
  • Ported to ESP8266 and ESP32.
  • Changed signature of NeoPatterns(NeoPixel * aUnderlyingNeoPixelObject). Swapped 4. and 5. parameter to make it consistent to the NeoPixel signature.
  • Function setPixelOffsetForPartialNeoPixel() in NeoPixel.cpp added.

New pattern, swapped parameters and rewrite control logic

12 Nov 15:07
Compare
Choose a tag to compare
  • Rewrite of most patterns control logic.
  • Function drawBar() in NeoPixel.cpp added.
  • Swapped parameter aNumberOfSteps and aIntervalMillis of Stripes().
  • Pattern HEARTBEAT and BouncinBall added.
  • Swapped first parameter and added parameter aDirection to Fire().
  • Changed internal functions.
  • Reworked UserPattern.

Changed signature of Stripes(). Reset ActivePattern to PATTERN_NONE at the end of each pattern.

11 Oct 08:57
Compare
Choose a tag to compare
  • Function getPatternName() added.
  • Function printPatternName() added.
  • Improved support for pattern running on parts of NeoPixel bars etc.
  • New example for 3 pattern running on parts of one NeoPixel bar.
  • New simple example.
  • Changed signature of Stripes() and reset ActivePattern to PATTERN_NONE at the end of each pattern.

Support of segments of NeoPixel bars etc.

20 Sep 15:34
Compare
Choose a tag to compare
1.0.1

Support of segments of NeoPixel bars etc.

First version as Arduino library

26 Mar 12:46
Compare
Choose a tag to compare
v1.0.0

Documentation