Improve keywords,description and Readme
- added eink to keywords - added reference to previous crate-name - improved readme with reference to a few great arduino display libsembedded-hal-1.0
parent
d7f3cdca97
commit
80384f031c
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Christoph Groß <caemor@mailbox.org>"]
|
authors = ["Christoph Groß <caemor@mailbox.org>"]
|
||||||
categories = ["embedded", "hardware-support", "no-std"]
|
categories = ["embedded", "hardware-support", "no-std"]
|
||||||
description = "An embedded-hal based driver for ePaper displays from Waveshare"
|
description = "An embedded-hal based driver for ePaper displays from Waveshare formerly published as eink-waveshare-rs"
|
||||||
documentation = "https://docs.rs/epd-waveshare"
|
documentation = "https://docs.rs/epd-waveshare"
|
||||||
homepage = "https://github.com/caemor/epd-waveshare"
|
homepage = "https://github.com/caemor/epd-waveshare"
|
||||||
keywords = ["ePaper", "Display", "epd"]
|
keywords = ["ePaper", "Display", "epd", "eink"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
name = "epd-waveshare"
|
name = "epd-waveshare"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
[](https://travis-ci.com/caemor/epd-waveshare)
|
[](https://travis-ci.com/caemor/epd-waveshare)
|
||||||
|
|
||||||
This library contains a driver for E-Paper Modules from Waveshare.
|
This library contains a driver for E-Paper Modules from Waveshare (which are basically the same as the Dalian Good Display ones).
|
||||||
|
|
||||||
It uses the [embedded graphics](https://crates.io/crates/embedded-graphics) library for the optional graphics support.
|
It uses the [embedded graphics](https://crates.io/crates/embedded-graphics) library for the optional graphics support.
|
||||||
|
|
||||||
A 2018-edition compatible version (Rust 1.31+) is needed.
|
A 2018-edition compatible version (Rust 1.31+) is needed.
|
||||||
|
|
||||||
|
Other similiar libraries with support for much more displays are [u8g2](https://github.com/olikraus/u8g2) and [GxEPD](https://github.com/ZinggJM/GxEPD) for arduino.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
There are multiple examples in the examples folder. For more infos about the examples see the seperate Readme [there](/examples/Readme.md).
|
There are multiple examples in the examples folder. For more infos about the examples see the seperate Readme [there](/examples/Readme.md).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue