oled_async 0.2.1

Driver for various OLED display controllers. e.g. SH110x SSD130X works with embedded-graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

[`oled_async`](https://crates.io/crates/oled_async) is a Rust driver for the SH11xx/SSD1xxx OLED displaya. It
supports [embedded-graphics](https://crates.io/crates/embedded-graphics) or raw pixel drawing modes
and works with the [embedded-hal](crates.io/crates/embedded-hal) traits for maximum portability.

<!-- next-header -->

## 0.1.0

### Added

- Initial publish.