~caolan/rpi_memory_display

Rust library to drive the Sharp Memory Display from a Raspberry Pi
d27ac11f — Caolan McMahon 3 years ago
Change default SPI clock frequency to 2MHz
Convenient traits for Pixel, MemoryDisplayBuffer, and MemoryDisplay

clone

read-only
https://git.sr.ht/~caolan/rpi_memory_display
read/write
git@git.sr.ht:~caolan/rpi_memory_display

You can also use your local clone with git send-email.

#Raspberry Pi Memory Display library

Rust library to drive Sharp Memory Display modules like this one from Adafruit.

It has built in line-diffing for faster screen updates. It will only write changed lines to the SPI device, updating the screen incrementally.