mipidsi 0.2.1

MIPI Display Serial Interface generic driver
Documentation
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.1] - 2022-08-03

### Added

- clarified display model constructor usage in `README`

### Changed

- fix `i32` -> `u16` conversion overflow bug in `batch` module in case of negative coordinates

## [v0.2.0] - 2021-04-12

### Changed
- fix RGB/BGR color issue on some models
- expand `Orientation` to use mirror image settings properly
- change `Display::init` to include `DisplayOptions` and allow setting all `MADCTL` values on init, including `Orientation`
- fix issues [#6]https://github.com/almindor/mipidsi/issues/6, [#8]https://github.com/almindor/mipidsi/issues/8 and [#10]https://github.com/almindor/mipidsi/issues/10
    - big thanks to [@brianmay]https://github.com/brianmay and [@KerryRJ]https://github.com/KerryRJ

## [v0.1.0] - 2021-09-09

### Added
- Initial release