Releases: esphome-libs/esp-hub75
Releases · esphome-libs/esp-hub75
v0.1.4
What's Changed
- Fix FIFO ordering on esp32 (#19) @stuartparmenter
- Add uv to dependabot (#16) @stuartparmenter
- Add clang-format pre-commit hooks and workflow (#14) @stuartparmenter
- Fix clang-format issues (#15) @stuartparmenter
Dependencies
2 changes
- ci(deps): bump astral-sh/setup-uv from 4 to 7 in the github-actions group (#18) @dependabot[bot]
- Bump clang-format from 21.1.2 to 21.1.6 in the minor-and-patch group (#17) @dependabot[bot]
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add BGR color ordering support for the RGB888 datatype (#13) @fleonce
- Call tick_inc for animations to work (#10) @anujdeshpande
Dependencies
- ci(deps): bump actions/checkout from 5 to 6 in the github-actions group (#11) @dependabot[bot]
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Have gamma mode and bcm bit depth set at compile time rather than in config (#8) @stuartparmenter
- Remove compile time checks that don't add value (#7) @stuartparmenter
Dependencies
- ci(deps): bump the github-actions group with 2 updates (#6) @dependabot[bot]
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- [chore] Fix filename comments to use .h (#5) @stuartparmenter
- [dma] Refactor common parts of PlatformDMA implementations (#4) @stuartparmenter
- [docs] Cleanup docs (#3) @stuartparmenter
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial Release