Display images on an 7-color E-Paper screen using a Raspberry Pi, without the need for continuous power. Perfect for low-power, long-lasting image displays.
E-paper device and docs: https://www.waveshare.com/wiki/7.5inch_e-Paper_HAT_Manual
Enable SPI through raspi-config
Python packages
$ sudo apt-get update
$ sudo apt-get install python3-pip
$ sudo apt-get install python3-pil
$ sudo apt-get install python3-numpy
$ sudo pip3 install spidevWeb server (optional)
$ sudo apt-get install nodejs npm
$ cd web
$ npm iSingle image display:
$ python display/display.py images/your_image.jpgCycle through images
$ python display/cycle_images.pyStart Web server and open http://localhost:3000/
$ cd web
$ node app.js