display-interface 0.2.1

Traits for interfaces used to drive displays
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] - 2020-04-16

### Added

- Added prelude

## [v0.2.0] - 2020-04-01

### Changed

- Made data width generic (breaking change)

## [v0.1.1] - 2020-03-29

### Fixed

- Crate metadata

### Removed

- Examples requiring additional driver crates

## 0.1.0 - 2020-03-29

First version

[Unreleased]: https://github.com/therealprof/display-interface/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/therealprof/display-interface/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/therealprof/display-interface/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/therealprof/display-interface/compare/v0.1.0...v0.1.1