Init commit of ili dispalay test application

This commit is contained in:
2020-05-20 07:49:23 +02:00
commit f04b969afb
4 changed files with 740 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "rpi-rust-test"
version = "0.1.0"
authors = ["Jakob Dalsgaard <jakob@dalsgaard.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rppal = "0.11.3"
image = "*"
imageproc = "*"
arrayref = "*"