You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christoph Groß 2df5eeea89 added ci 8 years ago
ci added ci 8 years ago
examples Added examples, small updates to the readme and other small documentation changes 8 years ago
src Added examples, small updates to the readme and other small documentation changes 8 years ago
.gitignore some changes 8 years ago
.travis.yml added ci 8 years ago
Cargo.toml some changes 8 years ago
License.md Create License.md 8 years ago
README.md added license question 8 years ago

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