display-interface-spi 0.4.1

Generic SPI implementation for display interfaces
Documentation
[dependencies.byte-slice-cast]
default-features = false
version = "0.3.5"

[dependencies.display-interface]
version = "0.4"

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

[package]
authors = ["Daniel Egger <daniel@eggers-club.de>"]
categories = ["no-std"]
description = "Generic SPI implementation for display interfaces"
documentation = "https://docs.rs/display-interface-spi"
edition = "2018"
exclude = [".gitignore"]
keywords = ["graphics", "display", "embedded"]
license = "MIT OR Apache-2.0"
name = "display-interface-spi"
readme = "README.md"
repository = "https://github.com/therealprof/display-interface"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true