st7735-lcd 0.6.3

ST7735 TFT LCD driver with embedded-graphics support
Documentation
[package]
name = "st7735-lcd"
description = "ST7735 TFT LCD driver with embedded-graphics support"
version = "0.6.3"
authors = ["Paul Sajna <sajattack@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/sajattack/st7735-lcd-rs"
readme = "README.md"
documentation = "https://docs.rs/st7735-lcd"

[dependencies]
embedded-hal = "0.2"
nb = "0.1"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.num-derive]
version = "0.2"
default-features = false

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

[features]
default = ["graphics"]
graphics = ["embedded-graphics"]