st7789 0.5.0

ST7789 TFT LCD driver with embedded-graphics support
Documentation
[dependencies.display-interface]
version = "0.4"

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

[dependencies.embedded-hal]
version = "0.2"

[dependencies.heapless]
optional = true
version = "0.5"

[dependencies.nb]
version = "0.1"

[features]
batch = ["heapless", "graphics"]
buffer = []
default = ["graphics", "batch", "buffer"]
graphics = ["embedded-graphics"]

[package]
authors = ["Ales Katona <almindor@gmail.com>", "Paul Sajna <sajattack@gmail.com>"]
description = "ST7789 TFT LCD driver with embedded-graphics support"
documentation = "https://docs.rs/st7789"
edition = "2018"
keywords = ["embedded-hal-driver", "st7789", "display"]
license = "MIT"
name = "st7789"
readme = "README.md"
repository = "https://github.com/almindor/st7789"
version = "0.5.0"