[package] name = "otm8009a" version = "0.1.0" edition = "2021" authors = [ "Roman Isaikin " ] categories = ["embedded", "hardware-support", "no-std"] description = "Hardware Abstraction Layer for OTM8009A LCD controller IC" keywords = ["stm32h7xx", "hal", "dsi", "mipi", "lcd"] license = "MIT" repository = "https://github.com/romixlab/otm8009a" [dependencies] embedded-hal = "0.2" embedded-display-controller = "0.2"