Commit graph

331 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
de02991724 Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
Melissa LeBlanc-Williams
2ebeece160
Merge pull request #234 from makermelissa/main
Update readme, move scripts, bug fixes
2022-11-11 17:11:36 -08:00
Melissa LeBlanc-Williams
bc4b07e658 Update readme, move scripts, bug fixes 2022-11-11 17:04:12 -08:00
Melissa LeBlanc-Williams
501435743e
Merge pull request #180 from beasteers/i2smic-nonint-patch-2
Make i2smic.py noninteractive
2022-11-09 10:36:38 -08:00
Melissa LeBlanc-Williams
08283cf58a Remove unused import os 2022-11-09 10:32:56 -08:00
Melissa LeBlanc-Williams
bc463b1099 Simplified code 2022-11-09 10:31:57 -08:00
Melissa LeBlanc-Williams
45dc7155b2 Merge branch 'main' of https://github.com/adafruit/Raspberry-Pi-Installer-Scripts into i2smic-nonint-patch-2 2022-11-09 09:54:37 -08:00
Melissa LeBlanc-Williams
18ab65af41
Merge pull request #233 from makermelissa/main
Fix rotation parameter for ST7789 displays
2022-11-04 08:04:28 -07:00
Melissa LeBlanc-Williams
2f8e05b9fc Fix rotation parameter for ST7789 displays 2022-11-03 17:25:46 -07:00
Melissa LeBlanc-Williams
2971dd189d
Merge pull request #231 from makermelissa/i2samp-update
Updated i2samp to run on 64-bit Raspberry Pi OS
2022-10-31 10:00:21 -07:00
Melissa LeBlanc-Williams
62a7515f84 Updated i2samp to run on 64-bit Raspberry Pi OS 2022-10-06 14:20:44 -07:00
Melissa LeBlanc-Williams
a779800e50
Merge pull request #229 from Kingfrankbob/main
Update rgb-matrix.sh With Spelling and some other useful things
2022-08-22 08:03:54 -07:00
Kingfrankbob
f5f8189b9b
Update rgb-matrix.sh 2022-08-19 17:59:52 -05:00
Melissa LeBlanc-Williams
5c21b388c5
Merge pull request #223 from makermelissa/main
Use user's home directory by default
2022-06-06 09:20:49 -06:00
Melissa LeBlanc-Williams
4188dec3f9 Use user's home directory by default 2022-06-03 09:05:03 -07:00
Melissa LeBlanc-Williams
8cfa5451a4
Merge pull request #222 from makermelissa/main
Added ability to specify boot directory as parameter
2022-06-03 09:06:16 -06:00
Melissa LeBlanc-Williams
6b60331f91 Added ability to specify boot directory as parameter 2022-06-01 13:45:14 -07:00
Melissa LeBlanc-Williams
95b2af2be8
Merge pull request #221 from makermelissa/main
Add initial working MIPI installer script and touch drivers
2022-04-26 14:51:46 -07:00
Melissa LeBlanc-Williams
4848a15557 Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
Melissa LeBlanc-Williams
b9438288ed
Merge pull request #220 from NickEngmann/main
fix(adafruit-pitft.py): libts dependency
2022-04-14 12:25:28 -07:00
Cyril "Nick" Engmann
9a03fea228
fix(adafruit-pitft.py): libts dependency 2022-04-14 15:18:25 -04:00
Melissa LeBlanc-Williams
ee839aa276
Merge pull request #218 from makermelissa/main
Added Raspberry Pi 400 support to i2smic
2022-03-21 13:46:28 -07:00
Melissa LeBlanc-Williams
23179eafe9 Added Raspberry Pi 400 support to i2smic 2022-03-21 10:16:57 -07:00
Melissa LeBlanc-Williams
5ed76a329e
Merge pull request #216 from makermelissa/main
Updated backlight to be on for latest kernel
2022-03-10 13:44:38 -08:00
Melissa LeBlanc-Williams
95b56a005c Updated backlight to be on for latest kernel 2022-03-10 09:40:03 -08:00
Paint Your Dragon
d25d137daf
Merge pull request #214 from adafruit/pb-matrix-python2or3
rgb-matrix.sh: add checks for Python 2 & 3, only install what’s right
2022-03-04 18:10:44 -08:00
Phillip Burgess
e75bbd339a rgb-matrix.sh: add checks for Python 2 & 3, only install what’s right
Latest Raspberry Pi OS does not have Python 2 installed by default. Script would fail as it’s trying to install things for both 2 & 3. Now checks which are present, acts accordingly.
2022-03-04 18:09:33 -08:00
Paint Your Dragon
f1060654ca
Merge pull request #94 from SkyperTHC/ntp_fix_etc
Ntp fix etc
2022-02-18 09:42:40 -08:00
Melissa LeBlanc-Williams
a23e745c48
Merge pull request #213 from makermelissa/main
Fix raspi-blinka script when `python` command is non-existent
2022-02-10 21:53:26 -08:00
Melissa LeBlanc-Williams
e946996f3f Fix raspi-blinka script when python command is non-existent 2022-02-10 14:03:49 -08:00
Melissa LeBlanc-Williams
9112e121d7
Merge pull request #212 from makermelissa/main
Add [all] for Pi config.txt
2022-02-10 11:55:40 -08:00
Melissa LeBlanc-Williams
0967b4f870 Add [all] for Pi config.txt 2022-02-10 11:28:52 -08:00
Melissa LeBlanc-Williams
379c8d3610
Merge pull request #211 from makermelissa/main
Install libgpiod-dev so pulsein works on blinka
2022-02-10 10:19:15 -08:00
Melissa LeBlanc-Williams
7393941132 Install libgpiod-dev so pulsein works on blinka 2022-02-10 10:09:07 -08:00
Paint Your Dragon
d83cd7b273
Merge pull request #210 from adafruit/pb-pi-read-only
read-only-fs.sh: exit with message, only keeping this temporarily
2022-02-07 15:04:43 -08:00
Phillip Burgess
6092030e8d read-only-fs.sh: exit with message, only keeping this temporarily 2022-02-07 15:02:23 -08:00
Paint Your Dragon
eb87a2206c
Merge pull request #207 from adafruit/pb-pi-4-eyes
pi-eyes.sh rewrite, allows Pi 4 use (corresponding code fixes in Pi_Eyes repo)
2022-01-11 09:03:16 -08:00
Phillip Burgess
d620d9bbcb pi-eyes.sh rewrite, allows Pi 4 use (corresponding code fixes in Pi_Eyes repo) 2022-01-11 09:02:03 -08:00
Melissa LeBlanc-Williams
eb56a34456
Merge pull request #205 from caternuson/iss204
Update rgb-matrix to latest hzeller commit hash
2021-12-16 09:26:27 -08:00
caternuson
b2a3d97895 update rgb-matrix hzeller commit 2021-12-15 17:43:42 -08:00
Melissa LeBlanc-Williams
622cfa430c
Merge pull request #202 from makermelissa/main
Updated Blinka Installer to not error when release info changed
2021-11-19 12:38:54 -08:00
Melissa LeBlanc-Williams
28aab54c0f Updated Blinka Installer to not error when release info changed 2021-11-19 12:36:14 -08:00
Melissa LeBlanc-Williams
288b439fd2
Merge pull request #200 from Margu86/pi_zero_2_w_update
Added Pi Zero 2 w model
2021-11-11 08:01:34 -08:00
Margu
ba7406516e
added RASPBERRY_PI_ZERO_2_W model 2021-11-11 15:09:54 +01:00
Melissa LeBlanc-Williams
a9c0da65b0
Merge pull request #199 from makermelissa/main
Add bullseye to i2samp version check
2021-11-10 11:07:41 -08:00
Melissa LeBlanc-Williams
99535aa278 Add bullseye to i2samp version check 2021-11-10 09:54:14 -08:00
Melissa LeBlanc-Williams
67b8103437
Merge pull request #197 from makermelissa/main 2021-11-09 18:53:37 -08:00
Melissa LeBlanc-Williams
1a78aab247 PiTFT fix for bullseye 2021-11-09 17:13:06 -08:00
Margu
a0a9ec62c2
added RASPBERRY_PI_ZERO_2_W to pi_model 0 2021-11-04 18:38:47 +01:00
Melissa LeBlanc-Williams
fa45350c9f
Merge pull request #126 from jessa0/geogriff/txbufflen
increase txbuflen to 32k to accomodate bcm2835
2021-09-09 14:35:04 -07:00