Packages

A library for controlling one or more Ht16k33 microchips, which are commonly used to drive 7-segment displays.

Current section

Files

Jump to
ht16k33_multi CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.2 (2025-05-25)
### Fixed
- Resolved issue with incorrect dependency fetching.
## v0.2.1 (2025-05-24)
### Fixed
- Fixed a bug where the initial `Ht16k33Multi` GenServer start did not clear all LED segments.
The display now correctly initializes via `Ht16k33Multi.Display.initialize/0`.
## v0.2.0 (2025-05-19)
### Enhancements
- `colon_on/1`: Enables the colon LED on a specific display.
- `colon_off/1`: Disables the colon LED on a specific display.
- `colon_on_all/1`: Enables the colon LED on all connected displays.
- `colon_off_all/1`: Disables the colon LED on all connected displays.
These new functions make it easier to control the colon segment on HT16K33-driven 7-segment displays, useful for time layouts.
---
For full documentation and usage examples, visit [HexDocs](https://hexdocs.pm/ht16k33_multi)