v0.14.0
What's Changed
- external: update alpaca to latest for size_t fix and new aligned memory option by @finger563 in #293
- fix(alpaca): Update alpaca submodule - CRC32 always little endian by @finger563 in #294
- (#265) LVGL v9 &
espp::Display
by @abrondijk in #282 - fix(display_drivers): fix inline declaration for swap_xy and mutex by @finger563 in #295
- chore(encoder): Simplify to use requires(...) instead of enable_if by @finger563 in #296
- feat(color): add converting assignment operator for Rgb <-> Hsv by @finger563 in #297
- feat(color): add Rgb(uint32_t hex) constructor and
f
loat,d
ecimal, and hex
format specifiers by @finger563 in #298 - Only do thread join when we know thread is running by @sodank808 in #299
- [BREAKING] Move and update many component implementations to support litgen-based pybind11 generation to overhaul python library by @finger563 in #291
Full Changelog: v0.13.2...v0.14.0