From aa412ba22014465fe1ac305c6369d21025f2e86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Wed, 19 Sep 2018 16:21:01 +0200 Subject: [PATCH] Updated Example-Readme --- examples/Readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/Readme.md b/examples/Readme.md index f008756..e84e70b 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -1,12 +1,11 @@ # Examples: -## embedded_linux_epd4in2 +### 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 +### 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 +This example doesn't use the graphics feature of the crate and shows the fast update rate of the 1in54 EPD. \ No newline at end of file