Releases: ArminJo/NeoPatterns
Releases · ArminJo/NeoPatterns
ESP versions
- 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
- Rewrite of most patterns control logic.
- Function
drawBar()
in NeoPixel.cpp added. - Swapped parameter aNumberOfSteps and aIntervalMillis of
Stripes()
. - Pattern
HEARTBEAT
andBouncinBall
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.
- 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 resetActivePattern
toPATTERN_NONE
at the end of each pattern.
Support of segments of NeoPixel bars etc.
1.0.1 Support of segments of NeoPixel bars etc.
First version as Arduino library
v1.0.0 Documentation