[dependencies.display-interface]
version = "^ 0.4"
[dependencies.embedded-graphics-core]
optional = true
version = "^ 0.4"
[dependencies.embedded-hal]
version = "^ 0.2"
[dev-dependencies.cortex-m]
version = "^ 0.7"
[dev-dependencies.cortex-m-rt]
version = "^ 0.7"
[dev-dependencies.display-interface-i2c]
version = "^ 0.4"
[dev-dependencies.display-interface-spi]
version = "^ 0.4"
[dev-dependencies.embedded-graphics]
version = "^ 0.8"
[dev-dependencies.panic-semihosting]
version = "^ 0.6"
[dev-dependencies.stm32f1xx-hal]
features = ["rt", "stm32f103"]
version = "^ 0.10"
[features]
default = ["graphics"]
graphics = ["embedded-graphics-core"]
[package]
authors = ["Anton Lazarev <https://antonok.com>", "James Waples <james@wapl.es>"]
categories = ["embedded", "no-std"]
description = "`display-interface` compatible driver for the SSD1309 OLED display controller"
documentation = "https://docs.rs/ssd1309"
edition = "2021"
exclude = ["readme_banner.jpg", "docs"]
keywords = ["no-std", "ssd1309", "oled", "embedded", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "ssd1309"
readme = "README.md"
repository = "https://github.com/antonok-edm/ssd1309"
version = "0.4.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 = 2
lto = true