No description
Find a file
Limor "Ladyada" Fried 48a6ea9f86
Merge pull request #355 from makermelissa/main
Fix the con2fbmap helper in adafruit-pitft to work with all displays
2025-08-27 09:27:49 -04: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
old_scripts Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
overlays Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
packages Host the lgpio package 2025-08-15 14:59:49 -07:00
st7789_module
templates Fix the con2fbmap helper to work with all displays 2025-08-26 15:44:18 -07:00
.gitignore
adafruit-pitft.py Fix the con2fbmap helper to work with all displays 2025-08-26 15:44:18 -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 Uncomment /dev/zero stuff 2025-08-16 14:06:10 -07: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 make more readable 2023-09-12 15:00:25 -07:00
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 Host the lgpio package 2025-08-15 14:59:49 -07: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 update quality info about triple matrix 2025-07-14 10:51:13 -05: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 Add /boot/config.txt symlink fix 2024-01-05 10:29:02 -08:00
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.