From 6c5220fb07f79408440d4e082bec4471ad95551b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Wed, 19 Sep 2018 11:54:18 +0200 Subject: [PATCH] Added a seperate Readme to the examples and linked it from the main readme --- README.md | 2 +- examples/Readme.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 examples/Readme.md diff --git a/README.md b/README.md index 85524e4..80aaa30 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Support for bigger sized/independent Fonts is in work. ## Examples -There is an example for Raspberry Pi in the example folder. +There are multiple examples in the examples folder. For more infos see the seperate Readme [there](/examples/Readme.md): diff --git a/examples/Readme.md b/examples/Readme.md new file mode 100644 index 0000000..f008756 --- /dev/null +++ b/examples/Readme.md @@ -0,0 +1,12 @@ +# Examples: + +## embedded_linux_epd4in2 + +Basic example of using a Raspberry Pi with the 4in2 Waveshare E-Ink Display. + +It showcases most of what can be done with the crate. + +## embedded_linux_epd1in54 + +In contrary to the [embedded_linux_epd4in2](first) example, this example doesn't use the +graphics feature of the crate. \ No newline at end of file