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