-- Love in the Time of Corona
E-ink Display driven by Raspberry Pi, powered by two 18650 rechargable batteries.
Update (recommended)
sudo apt update
sudo apt upgradeEnable automatic loading of SPI kernel module
sudo raspi-config
# Interfacing Options - P4 SPI - Enable
sudo rebootBCM2835
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.68.tar.gz
tar zxvf bcm2835-1.68.tar.gz
cd bcm2835-1.68/
sudo ./configure && sudo make && sudo make check && sudo make installwiringPi (optional)
sudo apt-get install wiringpi
gpio -vmake
sudo ./kotetsuThis project is licensed under the MIT License - see the LICENSE.md file for details



