Commit graph

115 commits

Author SHA1 Message Date
Limor "Ladyada" Fried
c2250fc3ba
Update adafruit-pitft.sh 2019-10-11 16:21:01 -04:00
Limor "Ladyada" Fried
cc513c1458
Update adafruit-pitft.sh 2019-10-11 16:07:57 -04:00
Adafruit Adabot
95177ceffd warn on new kernel 2019-09-14 23:31:31 -04:00
Limor "Ladyada" Fried
1a00120c2b
Update adafruit-pitft.sh 2019-09-14 22:59:45 -04:00
Adafruit Adabot
1b2b682f72 yay 2019-09-14 22:20:37 -04:00
Limor "Ladyada" Fried
8e8297910d
Merge pull request #62 from adafruit/st7789
Support for 1.3" and 1.54" TFTs
2019-09-02 22:37:05 -04:00
Ladyada
e041567a44 make HDMI mirror work 2019-08-31 01:16:23 -04:00
Ladyada
f1a4c7654e best to always clean up before 2019-08-31 00:57:57 -04:00
Ladyada
c08a01eb36 add initial support (framebuffer creation) 2019-08-31 00:54:57 -04:00
Limor "Ladyada" Fried
e9dbd94117
Merge pull request #58 from wibbleboy/patch-1
Update library reference to support Pi 4
2019-07-16 12:18:56 -04:00
Iain
d7e95821c4
Updated hzeller library to latest revision
Updated matrix library to use newer commit with additional features
2019-07-16 17:11:53 +01:00
Iain
03ee6248a7
Update library reference to support Pi 4
The existing commit reference for hzeller's library points to a version of which doesn't support the recently released Raspberry Pi 4. Edited the script to point to the new commit before running it and it started working fine on the Pi4.
2019-07-16 08:25:30 +01:00
Limor "Ladyada" Fried
a2f7fb1fd2
Merge pull request #57 from makermelissa/master
Fixes PiTFT Installer for Buster
2019-07-02 15:03:01 -04:00
Melissa LeBlanc-Williams
f4420ef6c3 Reverse order of package install attempts 2019-07-02 11:49:37 -07:00
Melissa LeBlanc-Williams
ab8e3fde35 Fixes PiTFT Installer for Buster 2019-07-02 11:46:31 -07:00
Phillip Burgess
6f4c6b3e3c Update pi-eyes.sh to use python-pil, don't --force-yes 2019-06-30 17:56:14 -07:00
Limor "Ladyada" Fried
b67829e30a
Merge pull request #56 from jfeigel/i2samp_buster
Added Buster to Raspbian experimental list
2019-06-27 15:31:04 -04:00
James Feigel
501fd2a680
Added Buster to Raspbian experimental list 2019-06-27 14:13:02 -05:00
Limor "Ladyada" Fried
47e07b0b05
Merge pull request #54 from makermelissa/master
libgpiod.sh doesn't assume Python 3.5 anymore
2019-06-21 02:19:07 -04:00
Melissa LeBlanc-Williams
c4e08a8743 libgpiod.sh doesn't assume Python 3.5 anymore 2019-06-20 16:38:46 -07:00
Limor "Ladyada" Fried
e5d537a9f4
Merge pull request #51 from nicokaiser/master
aplay: change rate to 44100 to avoid unnecessary CPU usage
2019-05-28 12:42:10 -04:00
Nico Kaiser
633711804d change rate to 44100 to avoid unnecessary CPU usage while playing silence 2019-05-28 10:27:34 +02:00
Limor "Ladyada" Fried
194d8ae3e4
add license
fix for https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/issues/49#issuecomment-491151983
2019-05-10 12:10:40 -04:00
Limor "Ladyada" Fried
75fd19c0d5
Merge pull request #43 from donkeykey/master
Add -f S16 option
2018-12-20 20:42:49 -08:00
Daichi Kawashima
43ee23837f added some options for aplay 2018-12-21 13:41:37 +09:00
Daichi Kawashima
b80538dadc add -f S16 option 2018-12-20 18:04:40 +09:00
Brennen Bearnes
b95ae7645d
Merge pull request #40 from adafruit/ladyada-patch-1
Update libgpiod.sh
2018-12-02 20:16:40 -07:00
Limor "Ladyada" Fried
9486d2e040
Update libgpiod.sh
small patch to keep apt-get from failing on board-specific imports
2018-12-01 14:13:05 -05:00
Limor "Ladyada" Fried
7c17d93be4
Merge pull request #39 from adafruit/delay_fcbcp_startup
pitft: add ExecStartPre sleep of 10 seconds before starting fbcp
2018-11-30 22:13:30 -08:00
Brennen Bearnes
5234265f69 add ExecStartPre sleep of 10 seconds before starting fbcp 2018-11-30 14:03:32 -07:00
Limor "Ladyada" Fried
753fee326d
Update libgpiod.sh 2018-11-23 22:32:32 -05:00
Limor "Ladyada" Fried
32f15adbc0
Merge pull request #36 from brennen/remove_pi_user_literal
cd "$target_homedir" instead of hardcoded username (fixes #35)
2018-11-15 08:48:07 -08:00
Limor "Ladyada" Fried
d7d760ac2c
Merge pull request #38 from adafruit/libgpiod_python_install
add some hacky file copies for libgpiod python bindings
2018-11-15 08:47:49 -08:00
Brennen Bearnes
caa16bba93 add some hacky file copies for libgpiod python bindings 2018-11-14 16:18:08 -07:00
Limor "Ladyada" Fried
ee2e7688b0
Merge pull request #37 from adafruit/libgpiod
add @ladyada's libgpiod install instrux to script
2018-11-13 09:58:05 -08:00
Brennen Bearnes
ee19eed477 use sysconfig to get python include path 2018-11-13 10:47:43 -07:00
Brennen Bearnes
9cf7522fa8 add @ladyada's libgpiod install instrux to script 2018-11-12 19:53:03 -07:00
Brennen Bearnes
b498d328d3 cd "$target_homedir" instead of hardcoded username (fixes #35) 2018-11-06 11:25:57 -07:00
Brennen Bearnes
91b7905615
Merge pull request #34 from brennen/master
add optional aplay-at-startup service to i2samp.sh
2018-10-24 11:21:24 -06:00
Brennen Bearnes
c84c0249ea add optional aplay-at-startup service
Installs service file in /etc/systemd/system/, then disables.  Prompts
user to enable, and triggers reboot dialog if installed.
2018-10-24 10:55:34 -06:00
Limor "Ladyada" Fried
4aecc73356
Merge pull request #30 from brennen/import_occi
Import occi util from Adafruit-Occidentalis repo
2018-10-08 10:14:49 -07:00
Brennen Bearnes
9f4470f746 occi: chmod +x systemwide install; create example occidentalis.txt 2018-10-08 10:43:41 -06:00
Brennen Bearnes
49e3c8b159 occi: install systemwide, add systemd unit 2018-10-08 10:19:01 -06:00
Brennen Bearnes
4a94fcb751 occi: replace IPC::System::Simple with IPC::Cmd; stub install() 2018-10-05 16:39:23 -06:00
Paint Your Dragon
61cdeb63bd
Merge pull request #29 from flavio-fernandes/update_rgb-matrix.sh
rgb-matrix.sh: use newer sha1 of github.com/hzeller/rpi-rgb-led-matrix
2018-10-04 12:51:06 -07:00
Brennen Bearnes
51fcfc1f3b copy occi util over from Adafruit-Occidentalis 2018-10-04 11:39:44 -06:00
Flavio Fernandes
f215465572 rgb-matrix.sh: use newer sha1 of github.com/hzeller/rpi-rgb-led-matrix 2018-09-23 20:12:59 -04:00
Paint Your Dragon
407c4089f4
Merge pull request #22 from kohlerdominik/master
Keep cron & install ntp
2018-08-26 11:30:30 -07:00
Limor "Ladyada" Fried
93829542a1
Merge pull request #28 from brennen/systemctl_fbcp
add service unit for managing fbcp under systemd
2018-06-22 15:50:31 -07:00
Brennen Bearnes
93d765c803 add service unit for managing fbcp under systemd
Checks if we're under systemd, and if so, ensures that fbcp isn't
mentioned in /etc/rc.local, and installs a new unit file to start
fbcp at boot, after network.target.

If not under systemd, retains the old rc.local behavior.

I note this is the only place that the $SYSTEMD var actually seems to get
checked.  I can't, at this time, vouch for what would happen on a sysvinit
box.
2018-06-22 16:21:38 -06:00