Melissa LeBlanc-Williams
def7058ee9
Update script version number
2023-10-20 13:13:25 -07:00
Melissa LeBlanc-Williams
ebcc4936f7
Update pitft to run in venv
2023-10-20 11:06:44 -07:00
Melissa LeBlanc-Williams
a113de6afb
Merge pull request #262 from Paulpanther/main
...
Fix bug in python version check in raspi-blinka.py
2023-10-13 13:16:47 -07:00
Paul Methfessel
26404d7674
Fix bug in python version check in raspi-blinka.py
...
The file checked the python version by comparing the major and minor versions. However, the variables compared were strings, making '11' > '8' -> False, when in fact it should have been true.
I converted the versions to integers before comparing, so that versions 10 and above are accepted
2023-10-13 21:51:29 +02:00
Melissa LeBlanc-Williams
4d091776d4
Merge pull request #260 from makermelissa/blinka-install-fix
...
Fix issue where blinka installs as root
2023-09-14 12:39:08 -07:00
Melissa LeBlanc-Williams
0b17bc3964
Merge pull request #258 from makermelissa/main
...
Update python version checking for versions > 3.9
2023-09-13 12:43:40 -07:00
Melissa LeBlanc-Williams
9a97fa0b40
Merge branch 'main' of https://github.com/adafruit/Raspberry-Pi-Installer-Scripts
2023-09-13 08:54:23 -07:00
Melissa LeBlanc-Williams
92766ff60f
Merge pull request #261 from makermelissa/libgpiod-fix
2023-09-12 18:07:28 -07:00
Melissa LeBlanc-Williams
4996d5b48d
make more readable
2023-09-12 15:00:25 -07:00
Melissa LeBlanc-Williams
2772ebb1f3
Fix outdated libgpiod script
2023-09-12 14:56:54 -07:00
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