Updated Example-Readme

embedded-hal-1.0
Christoph Groß 2018-09-19 16:21:01 +02:00
parent fa6bce5ee7
commit aa412ba220
1 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
# Examples: # Examples:
## embedded_linux_epd4in2 ### embedded_linux_epd4in2
Basic example of using a Raspberry Pi with the 4in2 Waveshare E-Ink Display. 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. 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 This example doesn't use the graphics feature of the crate and shows the fast update rate of the 1in54 EPD.
graphics feature of the crate.