Current section

Files

Jump to
lcd_display CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## v0.4.0
- Add graphic LCD drivers: `LcdDisplay.ILI9486`, `LcdDisplay.ST7796`
- Add touch drivers: `LcdDisplay.XPT2046`, `LcdDisplay.GT911`
- CI: make Credo non-blocking.
- Deps: add `:cvt_color` for pixel conversions.
## v0.3.0
- Add `LcdDisplay.CharacterLcd` as the main high-level API and move existing HD44780 character LCD code under it.
- Deprecate `LcdDisplay.start_link/1` and `LcdDisplay.execute/2`.
- Support `GenServer` options and supervisor child specs via `LcdDisplay.CharacterLcd.child_spec/1`.
- Update dependencies, CI, examples and README for the new API and newer Elixir/OTP.