No description
Find a file
2024-11-18 12:49:40 -08:00
.github/ISSUE_TEMPLATE
converted_shell_scripts Updated and converted i2samp script 2024-04-17 13:58:27 -07:00
i2s_mic_module upstream: no longer use asoc_xxx() compatible macro 2024-06-07 15:39:07 +08:00
mipi
overlays Update PiTFT overlays and add resistive PiTFTs 2024-01-30 10:13:48 -08:00
st7789_module
.gitignore
adafruit-pitft-mipi.py Integrate ST7789 MIPI Script into main PiTFT Script 2024-01-30 16:53:18 -08:00
adafruit-pitft.py remove drm hardcode 2024-05-03 12:11:25 -07:00
adafruit_fanservice.py
ar1100.py Add Kippah ar1100.py script updated for latest pi 2024-04-02 15:34:39 -07:00
arcade-bonnet.sh
i2c.sh
i2samp.py Updated and converted i2samp script 2024-04-17 13:58:27 -07:00
i2smic.py Updated and converted i2samp script 2024-04-17 13:58:27 -07:00
joy-bonnet.py
libgpiod.py
occi
pi-eyes.sh
pi-touch-cam.py
pi-touch-cam.sh
pitft-fbcp.sh
raspi-blinka.py Updated Blinka installer to at least install the correct packages 2024-11-18 12:49:40 -08:00
raspi-spi-reassign.py Bug fix for when both are disabled 2023-12-22 10:15:01 -08:00
read-only-fs.sh
README.md
retrogame.py
retrogame.sh
rgb-matrix.sh
rpi_pin_kernel_firmware.py
rtc.py
rtc.sh
spectro.sh
voice_bonnet.sh Add /boot/config.txt symlink fix 2024-01-05 10:29:02 -08: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.