Adding support for 9.7"" ePaper display

This commit is contained in:
Ace
2020-06-18 16:21:53 +02:00
parent 8e27116f3a
commit 2693eb64b9
4 changed files with 83 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Installs drivers for 9.7" ePaper display
cd bcm2835-1.58
chmod +x configure
./configure
make
sudo make check
sudo make install
cd ..
cd IT8951
make clean
make