Added a seperate Readme to the examples and linked it from the main readme
parent
9c08d8559e
commit
6c5220fb07
|
|
@ -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):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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…
Reference in New Issue