Commit graph

461 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
0aba7ce7fd Remove extra code 2023-09-12 12:55:55 -07:00
Melissa LeBlanc-Williams
189997aae8 Fix issue where blinka installs as root 2023-09-12 12:53:17 -07:00
Melissa LeBlanc-Williams
f9a67937b5 Merge branch 'main' of https://github.com/adafruit/Raspberry-Pi-Installer-Scripts 2023-09-11 08:27:53 -07:00
Melissa LeBlanc-Williams
472040cf8f Update python version checking for versions > 3.9 2023-09-11 08:27:43 -07:00
Limor "Ladyada" Fried
43914b6163
Merge pull request #257 from mifi/main-1
fix `click` install
2023-08-20 18:08:49 -04:00
Mikael Finstad
63377adde5
fix click install
currently:

```
sudo apt-get install python3-pip click
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package click
```
2023-08-16 13:54:58 +02:00
Melissa LeBlanc-Williams
2e3f8e6dc3
Merge pull request #255 from Lovmong/main
Please restore i2samp.h support for Raspbian buster system.
2023-08-11 08:15:05 -07:00
Lovmong
04509fac88
restore support for Raspbian buster 2023-08-11 15:59:24 +08:00
Melissa LeBlanc-Williams
339cccfbdd
Merge pull request #252 from makermelissa/main
Fix Capacitive 2.8-inch PiTFT touch
2023-05-31 13:13:12 -07:00
Melissa LeBlanc-Williams
b73b9d51a2 Fix Capacitive 2.8-inch PiTFT touch 2023-05-31 09:16:14 -07:00
Melissa LeBlanc-Williams
866f780c55
Merge pull request #251 from makermelissa/pitft114_offset
Updated and fixed ST7789v driver
2023-05-30 08:16:55 -07:00
Melissa LeBlanc-Williams
97a7d43e85 Updated and fixed ST7789v driver 2023-05-26 17:06:41 -07:00
Melissa LeBlanc-Williams
d49b6e9d95
Merge pull request #250 from makermelissa/fix_i2smic
Fix i2smic
2023-05-19 16:23:43 -07:00
Melissa LeBlanc-Williams
e078e2723f
Merge pull request #249 from makermelissa/fix_rotation
Change rotation to rotate for ST7789 displays
2023-05-19 16:23:28 -07:00
Melissa LeBlanc-Williams
169377cc43 Fix i2smic by checking if userspace and kernel space are the same 2023-05-12 11:25:59 -07:00
Melissa LeBlanc-Williams
4c85441000 Change rotation to rotate for ST7789 displays 2023-05-12 09:12:05 -07:00
Melissa LeBlanc-Williams
b3e3a1ad66
Merge pull request #246 from makermelissa/main
Only compile st7789 driver if necessary
2023-04-05 08:15:34 -07:00
Melissa LeBlanc-Williams
5c5fb7995a Only compile st7789 driver if necessary 2023-04-04 16:03:12 -07:00
Melissa LeBlanc-Williams
59958b8774
Merge pull request #245 from wise-introvert/patch-1
docs: add an alternative package if original fails
2023-03-23 15:59:19 -07:00
Fardeen Panjwani
108f4e381b
docs(libgpiod): fix typo 2023-03-23 18:24:12 -04:00
Fardeen Panjwani
16054b3687
docs: add an alternative package if original fails
The old instructions mentioned adafruit-python**3**-shell as a dependency but when I tried to install the package I found out that the package didn't exist ( or deprecated I think ) and I was able to use adafruit-python-shell instead. So, I thought I might add the package to the instructions in case anyone else runs into the same issue as me.
2023-03-23 18:10:54 -04:00
Melissa LeBlanc-Williams
f9928f941f
Merge pull request #240 from BasdeWinter/BasdeWinter-patch-1
Update raspi-blinka.py
2023-02-13 08:25:44 -08:00
BasdeWinter
d262dedd1f
Update raspi-blinka.py
fixes a "< operator cannot be used to compare NonType with int" error on a RPI-Zero-W
2023-02-07 18:52:45 +01:00
Phillip Burgess
0445056459 Remove Arcade Bonnet test (moved to Retrogame repo instead) 2023-01-03 14:59:31 -08:00
Phillip Burgess
3355934bb1 Add Arcade Bonnet tester 2023-01-03 13:30:51 -08:00
Melissa LeBlanc-Williams
3a6a8f7b5c
Merge pull request #237 from adafruit/pb-arcade-bonnet-python3
Arcade Bonnet: update to use python3
2022-12-28 09:50:13 -08:00
Phillip Burgess
46ef973fbb Arcade Bonnet: python3-dev not needed in apt-get line 2022-12-28 09:05:48 -08:00
Phillip Burgess
9e48166f87 Arcade Bonnet: python3-ify 2022-12-27 18:40:14 -08:00
Melissa LeBlanc-Williams
60950ddddd Fix bug report YAML 2022-11-30 11:50:27 -08:00
Melissa LeBlanc-Williams
a3532a8961
Merge pull request #236 from makermelissa/main
Add Bug report template and additional conversions
2022-11-30 11:45:03 -08:00
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