No description
Find a file
2025-06-17 06:57:46 -07:00
.github/ISSUE_TEMPLATE
converted_shell_scripts Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
i2s_mic_module Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
mipi
overlays
st7789_module
.gitignore
adafruit-pitft-mipi.py
adafruit-pitft.py Add some checks to remove displaying errors 2025-05-20 15:34:36 -07:00
adafruit_fanservice.py
ar1100.py
arcade-bonnet.sh
i2c.sh
i2samp.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
i2smic.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
install_wm8960.sh Add working voice bonnet installer and service 2025-03-18 15:28:30 -07:00
joy-bonnet.py
libgpiod.py
occi
pi-eyes.sh
pi-touch-cam.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
pitft-fbcp.sh
raspi-blinka.py Add user to hardware groups in Blinka installer 2025-05-26 11:22:08 -07:00
raspi-spi-reassign.py
read-only-fs.sh
README.md
retrogame.py
retrogame.sh
rgb-matrix.sh update rgb-matrix.sh 2025-06-17 06:57:46 -07:00
rpi_pin_kernel_firmware.py
rtc.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
rtc.sh
spectro.sh
voice_bonnet.sh
wm8960-soundcard.service Add working voice bonnet installer and service 2025-03-18 15:28:30 -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.