[package] authors = ["Ignacio Casal Iglesias"] categories = ["embedded", "no-std"] description = "Driver for the GDEH0154D67 E-Paper display." edition = "2021" keywords = ["no-std", "driver", "display", "embedded"] license = "MIT" name = "gdeh0154d67" repository = "https://gitlab.com/CasalI/gdeh0154d67.git" version = "0.2.0" [dependencies] bitvec = { version = "1.0.1", default-features = false } embedded-graphics = "0.8.1" embedded-hal = "=1.0.0-rc.1" thiserror-no-std = "2.0.2" log = { version = "0.4", default-features = false } [features] heap_buffer = [] std = []