Added a seperate Readme to the examples and linked it from the main readme

embedded-hal-1.0
Christoph Groß 2018-09-19 11:54:18 +02:00
parent 9c08d8559e
commit 6c5220fb07
2 changed files with 13 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Support for bigger sized/independent Fonts is in work.
## Examples ## 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):

12
examples/Readme.md Normal file
View File

@ -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.