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
i2s_mic_module
mipi
old_scripts
overlays
packages
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
arcade-bonnet.sh
i2c.sh
i2samp.py Uncomment /dev/zero stuff 2025-08-16 14:06:10 -07:00
i2smic.py
install_wm8960.sh
joy-bonnet.py
libgpiod.py
occi
pi-eyes.sh
pi-touch-cam.py
pitft-fbcp.sh
raspi-blinka.py
raspi-spi-reassign.py
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
wm8960-soundcard.service

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.