Skip to content

Releases: Lamprichauns/lamp-os

v0.0.2

31 May 00:32
b4a6803
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This release:

  • Introduces a new animation system to the project closing #34
  • Updates century lamp for pathfinding: animation, web features, persistence to flash, non blocking rendering and stacked behaviours
  • Increases performance by removing float math
  • Increases performance in the Neopixel driver
  • Removes a number of vendor libs

v0.0.1

03 May 00:45
9225de7
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

A release snapshot for the LampOS software. May 2, 2022

This Release:

  • Adds a standard lamp class for the Lamprichaun hardware schematic and a simplified setup step (no pin configs required anymore)
  • Updates the docs on how to use Atom IDE and more info on components/behaviors
  • Reverts to the old branch's networking model for now
  • Some changes to the LED strips
  • No need to pass lamp instances into the strip class anymore
  • RGB only driver works with 4-tuples now
  • async_fade is now just fade
  • you can now pass any easing function that extends EasingBase to fade (removed todo as well)
  • Another kick at the project organization and directory structure
  • A composable interface for lamps so we can swap hardware out at will and make lamps with more chambers or shades etc.
  • adds pylint definitions for anyone who would like them while developing

Astro Snapshot May 2, 2022

02 May 19:58
f5f9f82
Compare
Choose a tag to compare
Pre-release

A snapshot of main from May 2, 2022 for future integration reference