Browse Source

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

embedded-hal-1.0
Christoph Groß 7 years ago
parent
commit
6c5220fb07
  1. 2
      README.md
  2. 12
      examples/Readme.md

2
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):

12
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.
Loading…
Cancel
Save