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.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)