rust-it8951 icon indicating copy to clipboard operation
rust-it8951 copied to clipboard

A USB driver for IT8951 epaper in Rust

Results 3 rust-it8951 issues
Sort by recently updated
recently updated
newest added

Hi @faassen, we were on the search for a Rust version of the USB connection for the IT8951 and found your project, which worked out of the box for us!...

Hi @faassen! Thanks to your code and with the help of someone else we managed to play videos on the e-paper display :smile_cat: https://github.com/adzialocha/it8951-video

This implementation only supports 16 bit grayscale images. I think to support black & white images we need to integrate code that can turn an arbitrary image into a black...