No description
Find a file
2023-12-20 10:14:09 -08:00
.github/ISSUE_TEMPLATE Fix bug report YAML 2022-11-30 11:50:27 -08:00
converted_shell_scripts Update readme, move scripts, bug fixes 2022-11-11 17:04:12 -08:00
i2s_mic_module add i2s mic setup 2020-04-16 10:02:03 -07:00
mipi Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
overlays Updated and fixed ST7789v driver 2023-05-26 17:06:41 -07:00
st7789_module Updated and fixed ST7789v driver 2023-05-26 17:06:41 -07:00
.gitignore Made some requested changes 2020-08-14 10:46:26 -07:00
adafruit-pitft-mipi.py Fix mipi script bug 2023-12-19 15:30:36 -08:00
adafruit-pitft.py New /boot/config.txt fix 2023-11-06 15:00:36 -08:00
adafruit_fanservice.py Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
arcade-bonnet.sh Arcade Bonnet: python3-dev not needed in apt-get line 2022-12-28 09:05:48 -08:00
i2c.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
i2samp.sh restore support for Raspbian buster 2023-08-11 15:59:24 +08:00
i2smic.py Fix Capacitive 2.8-inch PiTFT touch 2023-05-31 09:16:14 -07:00
joy-bonnet.py Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
libgpiod.py make more readable 2023-09-12 15:00:25 -07:00
occi occi: chmod +x systemwide install; create example occidentalis.txt 2018-10-08 10:43:41 -06:00
pi-eyes.sh pi-eyes.sh rewrite, allows Pi 4 use (corresponding code fixes in Pi_Eyes repo) 2022-01-11 09:02:03 -08:00
pi-touch-cam.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
pi-touch-cam.sh Bring camera installer up to date 2018-04-09 20:32:59 -07:00
pitft-fbcp.sh pitft-fbcp: fix rotation settings for Cupcade 2018-03-21 16:04:47 -07:00
raspi-blinka.py Add libgpiod to Blinak installer for Pi 5 2023-10-23 10:10:39 -07:00
raspi-spi-reassign.py Update SPI reassignment script for Bookworm 2023-12-20 10:14:09 -08:00
read-only-fs.sh Merge pull request #94 from SkyperTHC/ntp_fix_etc 2022-02-18 09:42:40 -08:00
README.md fix click install 2023-08-16 13:54:58 +02:00
retrogame.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
retrogame.sh Fix retrogame list-length select 2018-03-21 15:48:38 -07:00
rgb-matrix.sh Bump rpi-rgb-led-matrix commit to a3eea9 2023-10-31 17:23:18 -07:00
rpi_pin_kernel_firmware.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
rtc.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
rtc.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
spectro.sh spectro.sh: remove deprecated --force-yes args to apt-get 2020-08-24 12:35:55 -07:00

Raspberry-Pi-Installer-Scripts

Some scripts for helping install Adafruit HATs, bonnets, add-on's, & friends!

Many scripts are based heavily on get.pimoroni.com scripts!

Python Scripts

We are in the process of converting our Shell Scripts to Python. Instructions for running specific scripts are available in the Adafruit Learning System. Here are the general setup instructions.

Dependencies

Prepare your system

To install the dependencies for the python scripts, run the following commands:

sudo apt-get install python3-pip
sudo pip3 install --upgrade click
sudo pip3 install --upgrade setuptools
sudo pip3 install --upgrade adafruit-python-shell

Then to run the python script, type the following replacing "scriptname.py" with the actual script name:

sudo python3 scriptname.py

Old Shell Scripts

If you were directed here from an external site and the script you were looking for appears to be missing, you can either use the newer python script or check the converted_shell_scripts folder to use the old shell scripts.