Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Releases: polyfloyd/ledcat

v0.2.1

14 Nov 16:04

Choose a tag to compare

Version 0.2.1

This release is mostly updates of dependencies and will be the last
release to feature support for SPI devices.

v0.2.0

15 May 19:01

Choose a tag to compare

Version 0.2.0

* Add GPLv3 license
* hexws2811: Fix performance issues
* generic: Add support for 1-byte RGB and 1-bit grayscale formats
* Remove deprecated --linger, use --exit never instead
* Make the missing --geometry message easier to understand
* Document transpositions with just text diagrams
* artnet: Add a flag to set the DMX universe
* Add a new exit condition to exit when at least one input closes
* fluxled: Allow connections to fail
* simulator: Fix the bottom row not being shown for odd heights
* Prefer no driver instead of aborting when the driver could not be detected
* generic: Add pixel formatting options
* Document 'show' device type

v0.1.5: Version 0.1.5

01 Mar 20:07

Choose a tag to compare

- Slightly speed up I/O
- driver/generic: Drastically speed up outputting over stdout
- Add basic support for LED Matrices through Hzeller's library (manual builds only)
- Fix some minor things found by clippy
- Add support for some kind of FluxLED device

v0.1.4: Version 0.1.4

10 Mar 19:29

Choose a tag to compare

- Add support for Mac OSX
- Add support for the SK9822
- Minor fixes