commit c5ec59dae1d133017492a9ddf3b8b708dd23de4e Author: Chris Date: Fri May 4 12:45:49 2018 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50281a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk diff --git a/README.md b/README.md new file mode 100644 index 0000000..a353f99 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# eink-waveshare-rs +IN WORK! Drivers for various EPDs from Waveshare. Currently only support for the 4.2 Black/White one