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 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
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 Host the lgpio package 2025-08-15 14:59:49 -07:00
raspi-spi-reassign.py
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
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.