Created
June 1, 2024 11:43
-
-
Save rainyskye/60d5b18323cfb8681899ed43a257630f to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get install python3-pip python3-pil python3-numpy python3 python3-pip python3-gpiozero git | |
pip3 install RPi.GPIO spidev | |
mkdir ~/einktest | |
cd ~/einktest | |
git clone https://github.com/waveshare/e-Paper.git | |
cd e-Paper/RaspberryPi_JetsonNano/ | |
cd python/examples/ | |
echo "Run 'python3 epd_2in13g_test.py' to test" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment