Releases: Lamprichauns/lamp-os
Releases · Lamprichauns/lamp-os
v0.0.2
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
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
A snapshot of main from May 2, 2022 for future integration reference