Skip to content

Releases: lpaolini/Striptease

v1.1.0

11 Jan 22:47
Compare
Choose a tag to compare

Changed

  • HarmonicMotion
    • Dropped method getNormalizedPosition.
  • Strip
    • Turned into abstract class, with three concrete implementations:
      • PhysicalStrip(CRGBSet &leds, uint16_t density)
      • ReversedStrip(Strip *strip)
      • JoinedStrip(Strip *strip1, Strip *strip2, uint16_t distance = 0)
    • Replaced public members leds, count and lenght with public getters.
    • Renamed method fill to paint, with optional add argument.
    • Renamed method fullRainbow to rainbow, with optional deltaHue argument.
    • Removed method randomPos method, replaced by random.
    • Renamed method randomPosRange to randomInRange.
    • Renamed method randomPosExclude to randomExclude.
    • Renamed method centerPos to center.
    • Renamed method lastPos to last.
    • Removed method toPosition.
    • Renamed method toNormalizedPosition to fromNormalizedPosition.
  • Photons fx
    • Reimplemented using HarmonicMotion.

Added

  • Strip
    • Implemented method blur.
    • Implemented method first.
    • Implemented method size.
    • Implemented method paint for single pixel.
    • Implemented method paintNormalized for single pixel.

v1.0.0

10 Jan 00:54
Compare
Choose a tag to compare

First public release