rust-it8951
rust-it8951 copied to clipboard
A USB driver for IT8951 epaper in Rust
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...