ssd1306 0.7.0

I2C/SPI driver for the SSD1306 OLED display controller
Documentation
[badges.circle-ci]
branch = "master"
repository = "jamwaffles/ssd1306"
[dependencies.display-interface]
version = "0.4.1"

[dependencies.display-interface-i2c]
version = "0.4.0"

[dependencies.display-interface-spi]
version = "0.4.1"

[dependencies.embedded-graphics-core]
optional = true
version = "0.3.2"

[dependencies.embedded-hal]
version = "0.2.5"
[dev-dependencies.cast]
default-features = false
version = "0.2.6"

[dev-dependencies.cortex-m]
version = "0.7.2"

[dev-dependencies.cortex-m-rt]
version = "0.6.14"

[dev-dependencies.cortex-m-rtic]
version = "0.5.6"

[dev-dependencies.embedded-graphics]
version = "0.7.1"

[dev-dependencies.panic-halt]
version = "0.2.0"

[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8.4"

[dev-dependencies.stm32f1xx-hal]
features = ["rt", "stm32f103"]
version = "0.7.0"

[dev-dependencies.tinybmp]
version = "0.3.1"

[features]
default = ["graphics"]
graphics = ["embedded-graphics-core"]

[package]
authors = ["James Waples <jamwaffles@gmail.com>"]
categories = ["embedded", "no-std"]
description = "I2C/SPI driver for the SSD1306 OLED display controller"
documentation = "https://docs.rs/ssd1306"
edition = "2018"
exclude = ["build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp"]
keywords = ["no-std", "ssd1306", "oled", "embedded", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "ssd1306"
readme = "README.md"
repository = "https://github.com/jamwaffles/ssd1306"
version = "0.7.0"
[package.metadata.docs.rs]
targets = ["thumbv7m-none-eabi", "thumbv7em-none-eabihf"]
[profile.dev]
codegen-units = 1
incremental = false

[profile.release]
codegen-units = 1
debug = true
lto = true