[dependencies.display-interface]
version = "0.5.0"
[dependencies.embedded-graphics]
optional = true
version = "0.8.1"
[dependencies.embedded-hal]
version = "1.0.0"
[features]
default = ["graphics"]
graphics = ["embedded-graphics"]
[package]
authors = ["Konstantin Terekhov <c@kmbv.info>"]
categories = ["embedded", "no-std"]
description = "Driver for the SSD1680 e-Paper display (EPD) controller, for use with embedded-hal"
documentation = "https://docs.rs/ssd1680"
edition = "2021"
keywords = ["embedded-hal-driver", "epd", "epaper", "driver", "ssd1680"]
license = "MIT OR Apache-2.0"
name = "ssd1680"
readme = "README.md"
repository = "https://github.com/mbv/ssd1680"
version = "0.2.0"
[profile.release]
lto = true