No description
Find a file
2025-07-09 14:52:51 -07:00
.github/ISSUE_TEMPLATE Fix bug report YAML 2022-11-30 11:50:27 -08:00
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 Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
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
st7789_module Updated and fixed ST7789v driver 2023-05-26 17:06:41 -07:00
templates Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
.gitignore Made some requested changes 2020-08-14 10:46:26 -07:00
adafruit-pitft-old.py Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
adafruit-pitft.py Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
adafruit_fanservice.py Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
ar1100.py Add Kippah ar1100.py script updated for latest pi 2024-04-02 15:34:39 -07:00
arcade-bonnet.sh Arcade Bonnet: python3-dev not needed in apt-get line 2022-12-28 09:05:48 -08:00
con2fbmap-helper.sh Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
con2fbmap.service Added PiTFT V2 and stripping out old stuff 2025-07-09 14:52:51 -07:00
i2c.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
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 Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
libgpiod.py make more readable 2023-09-12 15:00:25 -07:00
occi occi: chmod +x systemwide install; create example occidentalis.txt 2018-10-08 10:43:41 -06:00
pi-eyes.sh pi-eyes.sh rewrite, allows Pi 4 use (corresponding code fixes in Pi_Eyes repo) 2022-01-11 09:02:03 -08:00
pi-touch-cam.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
pitft-fbcp.sh pitft-fbcp: fix rotation settings for Cupcade 2018-03-21 16:04:47 -07:00
raspi-blinka.py Use the recommended lgpio setup procedure 2025-06-23 10:18:25 -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 Merge pull request #94 from SkyperTHC/ntp_fix_etc 2022-02-18 09:42:40 -08:00
README.md fix click install 2023-08-16 13:54:58 +02:00
retrogame.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
retrogame.sh Fix retrogame list-length select 2018-03-21 15:48:38 -07:00
rgb-matrix.sh update rgb-matrix.sh 2025-06-17 06:57:46 -07:00
rpi_pin_kernel_firmware.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
rtc.py Update python scripts with new shell features 2025-03-05 13:17:12 -08:00
rtc.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
spectro.sh spectro.sh: remove deprecated --force-yes args to apt-get 2020-08-24 12:35:55 -07:00
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.