#display #memory #module #raspberry-pi #drive #sharp #spi

rpi_memory_display

Drive a Sharp Memory Display module from a Raspberry Pi

3 releases

0.1.2 Oct 12, 2020
0.1.1 Sep 19, 2020
0.1.0 Sep 15, 2020

#4 in #sharp

MIT license

13KB
223 lines

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.


lib.rs:

Library to drive the Sharp Memory Display from a Raspberry Pi.

Dependencies

~380KB