tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 67047e8d56e6be03cd4b5b03decd12770b6f0179
parent 5a83b1a6fec0a3ec5015396a42be3ca09fa8bc8c
Author: rob <rob@tarina.org>
Date:   Thu, 16 Mar 2023 17:15:40 +0000

vittu nu då

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -122,7 +122,7 @@ apt-get -y install curl echo "installing hyperpixel4 screen drivers" curl -sSL get.pimoroni.com/hyperpixel4-legacy | bash cat <<'EOF' >> /etc/udev/rules.d/98-hyperpixel4-calibration.rules -ATTRS{name}=="Goodix Capacitive TouchScreen", ENV{LIBINPUT_CALIBRATION_MATRIX}="-1 0 1 0 -1 1" +ATTRS{name}=="Goodix Capacitive TouchScreen", ENV{LIBINPUT_CALIBRATION_MATRIX}="0 1 0 -1 0 1" EOF echo "Tarina configuration seems to be in order in /boot/config.txt" echo "Adding to /boot/config.txt"