-- 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 upgrade
Enable automatic loading of SPI kernel module
sudo raspi-config
# Interfacing Options - P4 SPI - Enable
sudo reboot
BCM2835
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 install
wiringPi (optional)
sudo apt-get install wiringpi
gpio -v
make
sudo ./kotetsu
This project is licensed under the MIT License - see the LICENSE.md file for details