lady ada
45802ac9a6
fix selection menu to not break existing examples
2020-07-28 11:25:09 -04:00
lady ada
57cf3adc62
add test overlay for fullscreen st7789v
2020-07-28 11:00:21 -04:00
lady ada
e2fe053c31
fix up installer for all st7789's
2020-07-28 00:15:15 -04:00
lady ada
72596df87c
lessdebug
2020-07-27 23:59:55 -04:00
lady ada
cd981e348b
renames + good math
2020-07-27 23:58:57 -04:00
lady ada
72002bc814
fix 240x240 rotations
2020-07-27 19:15:57 -04:00
lady ada
861299c18a
add dirty rectangle handler
2020-07-27 16:14:19 -04:00
lady ada
fc8dcd7ffb
start process of re-porting st7789 driver. currently working for 240x240 display with overlay. need to redo dirty function
2020-07-27 15:14:11 -04:00
Carter Nelson
55539a84a1
Merge pull request #97 from caternuson/remove_dkms
...
Remove I2S mic driver DKMS
2020-07-08 13:48:17 -07:00
caternuson
6598ace123
remove dkms
2020-07-08 13:30:16 -07:00
SkyperTHC
d514547880
fixed NTPD in systemctl ntp.services to use non-private tmpfs
2020-06-07 07:03:19 +01:00
SkyperTHC
6ccbc2e73b
1. See https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/issues/92
...
ntpd started from 'systemctl' (via dhcpcd hook) can not follow symlink
from /etc/resolv.conf to /tmp/dhcpcd.resolv.conf. For now should remain
in /etc/resolv.conf (hard coded).
stat64("/etc/resolv.conf", 0xbea7af80) = -1 ENOENT (No such file or
directory)
2. Never fsck on any volumne. Linux runs a fsck every 6 month even on
ro-volumnes. Any fs corruption makes fsck stall during bootup and
requires user to confirm to continue.
3. Disable viminfo to stop vim from complaining about ~/.viminfo not
writeable.
2020-06-07 06:32:21 +01:00
Melissa LeBlanc-Williams
673a7cfd5a
Merge pull request #90 from makermelissa/master
...
Added uninstall option to PiTFT
2020-05-15 18:49:48 -07:00
Melissa LeBlanc-Williams
6336cf1a73
Added uninstall option to PiTFT
2020-05-15 17:09:57 -07:00
Melissa LeBlanc-Williams
c94fe6a1de
Merge pull request #86 from makermelissa/master
...
Added 2.0" TFT to PiTFT script
2020-04-23 13:17:31 -07:00
Melissa LeBlanc-Williams
e5f40f93d0
Added 2.0" TFT to PiTFT script
2020-04-23 11:03:43 -07:00
Melissa LeBlanc-Williams
b5a6cce854
Merge pull request #84 from caternuson/iss83
...
Update udev rule for cap touch
2020-04-20 09:56:00 -07:00
Carter Nelson
5537cfc6d2
Merge pull request #82 from caternuson/i2s_mic
...
Add I2S mic setup
2020-04-19 12:35:46 -07:00
caternuson
94f147b64f
update udev for cap touch
2020-04-16 15:32:47 -07:00
caternuson
0de6e91c1a
add i2s mic setup
2020-04-16 10:02:03 -07:00
Phillip Burgess
3342bb2bc3
Merge branch 'master' of https://github.com/adafruit/Raspberry-Pi-Installer-Scripts
2020-03-20 15:55:16 -07:00
Phillip Burgess
3987110b87
pi-eyes.sh: specify pi3d version
2020-03-20 15:55:13 -07:00
Melissa LeBlanc-Williams
b946a8065f
Merge pull request #76 from makermelissa/master
...
Fixes Capacitive screen rotation in buster
2020-03-09 09:04:19 -07:00
Melissa LeBlanc-Williams
9af17f1d2b
Fixes Capacitive screen rotation in buster
2020-03-09 08:45:42 -07:00
Phillip Burgess
a3e70cb2d2
Add Blinka stuff to Pi Eyes installer
2020-02-07 22:07:19 -08:00
Phillip Burgess
58cca634ac
pi-eyes.sh: initial pass at Python3ification (more to follow)
2020-02-06 14:46:06 -08:00
Melissa LeBlanc-Williams
c9d0ee84ef
Merge pull request #73 from makermelissa/master
...
Added 240x240 MADCTL injection based on rotation selection
2020-02-05 17:49:42 -08:00
Melissa LeBlanc-Williams
1ccd4d3453
Added unshifted setting for 0 and 90 degrees
2020-02-05 15:57:18 -08:00
Melissa LeBlanc-Williams
1b999b095f
Added 240x240 MADCTL injection based on rotation selection
2020-02-05 15:40:30 -08:00
Limor "Ladyada" Fried
0d345d09de
Merge pull request #72 from makermelissa/master
...
Moved spi-bcm2835 to be first in /etc/modules
2020-02-05 14:16:20 -05:00
Melissa LeBlanc-Williams
6d09eaa8b2
Moved spi-bcm2835 to be first in /etc/modules
2020-02-05 11:07:34 -08:00
Lady Ada
ab167175f2
clarify 1.3" display option!
2020-01-25 17:31:25 -05:00
Phillip Burgess
fb2b5ccf27
Spectro installer, plus other minor fixes
2020-01-16 20:27:46 -08:00
Phillip Burgess
204d71afc7
rgb-matrix.sh: remove slowdown opts, simplify build steps
...
Baked-in slowdown options aren't acknowledged by Python bindings, no point having that added installation complexity.
2020-01-01 22:03:27 -08:00
Phillip Burgess
a03767c759
rgb-matrix.sh: add GPIO slowdown options
2020-01-01 21:12:49 -08:00
Phillip Burgess
8c3f5dd7b6
Add spectro.sh
2019-12-17 20:55:40 -08:00
Paint Your Dragon
2b541cf370
Merge pull request #65 from adafruit/update-rgb-matrix
...
rgb-matrix.sh: use current hzeller commit (tested & verified on Pi 4)
2019-12-10 17:23:44 -08:00
Phillip Burgess
d3ea424289
rgb-matrix.sh: use current hzeller commit (tested & verified on Pi 4)
2019-12-10 17:23:16 -08:00
Limor "Ladyada" Fried
a76596aa98
Merge pull request #63 from adafruit/st7789
...
St7789 mini pitft support
2019-10-23 15:27:55 -04:00
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