No description
Find a file
Melissa LeBlanc-Williams 7b6fced70c
Merge pull request #311 from mikeysklar/pitft35r-drm
drm added for PiTFT 3.5" resistive
2024-05-22 09:08:41 -07:00
.github/ISSUE_TEMPLATE Fix bug report YAML 2022-11-30 11:50:27 -08:00
converted_shell_scripts Updated and converted i2samp script 2024-04-17 13:58:27 -07:00
i2s_mic_module add i2s mic setup 2020-04-16 10:02:03 -07:00
mipi Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
overlays Update PiTFT overlays and add resistive PiTFTs 2024-01-30 10:13:48 -08:00
st7789_module Updated and fixed ST7789v driver 2023-05-26 17:06:41 -07:00
.gitignore Made some requested changes 2020-08-14 10:46:26 -07:00
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 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
i2c.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
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 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 Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
pi-touch-cam.sh Bring camera installer up to date 2018-04-09 20:32:59 -07:00
pitft-fbcp.sh pitft-fbcp: fix rotation settings for Cupcade 2018-03-21 16:04:47 -07:00
raspi-blinka.py Add blinka installer backwards compatibility with bullseye 2024-02-27 08:47:56 -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 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 Bump rpi-rgb-led-matrix commit to a3eea9 2023-10-31 17:23:18 -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 Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -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

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.