Go to file
Christoph Groß d7873661ae added tests for the examples to travis 2018-05-24 13:18:42 +02:00
ci added ci 2018-05-11 14:02:55 +02:00
examples updated version to v0.2 of embedded_hal, but broke f3 example 2018-05-22 12:02:03 +02:00
src fixed documentation tests by ignoring them as they are just examples not build for running 2018-05-11 15:28:31 +02:00
.gitignore some changes 2018-05-09 16:50:54 +02:00
.travis.yml added tests for the examples to travis 2018-05-24 13:18:42 +02:00
Cargo.toml updated version to v0.2 of embedded_hal, but broke f3 example 2018-05-22 12:02:03 +02:00
License.md Create License.md 2018-05-04 13:25:57 +02:00
README.md added license question 2018-05-11 12:16:05 +02:00

README.md

eink-waveshare-rs

IN WORK! Drivers for various EPDs from Waveshare. Currently only support for the 4.2 Black/White one

Be careful with the partial updates! It was only tested in a mBED implementation, this one wasn't tested yet!!!

TODO's

  • add some basic buffer drawing abilities
  • test Embedded Linux (rpi) example
  • test f3 example
  • improve the partial drawing/check the timings/timing improvements/....
  • for later: add support or the smaller waveshare epds
  • License: Stay with ISC (=MIT) or go to Apache+MIT Dual Version as used in many other projects

Drawing

With a Buffer

Is still missing at the moment.

Without a Buffer

Maybe add support for Non-Buffer drawing from the https://crates.io/crates/embedded-graphics Crate later on.

Examples

There are some examples in the examples folder.

But be careful, I haven't found the time to actually test the examples yet and the pins are just choosen randomly atm. So thats something that needs to be done first.

Documenation