Skip to content

Instantly share code, notes, and snippets.

@rainyskye
Created June 1, 2024 11:43
Show Gist options
  • Save rainyskye/60d5b18323cfb8681899ed43a257630f to your computer and use it in GitHub Desktop.
Save rainyskye/60d5b18323cfb8681899ed43a257630f to your computer and use it in GitHub Desktop.
test
#!/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