Skip to content

Commit

Permalink
Add optional i2c-fix install for Pi 4/Rectangular
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid authored Mar 10, 2020
1 parent 3ce07dc commit 30ef8bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions installers/hyperpixel4
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,9 @@ if confirm "Do you wish to continue?"; then
echo "Pick your HyperPixel 4 and Raspberry Pi combo below:"
echo "0 : Rectangular - Pi 3B+ or older"
echo "1 : Rectangular - Pi 4"
echo "2 : Weirdly Square - Pi 3B+ or older"
echo "3 : Weirdly Square - Pi 4"
echo "2 : Rectangular - Pi 4 - Experimental Touch Fix"
echo "3 : Weirdly Square - Pi 3B+ or older"
echo "4 : Weirdly Square - Pi 4"
echo "Press Ctrl+C to cancel."
newline
echo "If you have problems with your install"
Expand All @@ -639,9 +640,12 @@ while true; do
echo "Installing Rectangular for Pi 4"
gitrepobranch="pi4";;
2*)
echo "Installing Rectangular for Pi 4 (Touch Fix)"
gitrepobranch="pi4-i2c-fix";;
3*)
echo "Installing Weirdly Square for 3B+ or older"
gitrepobranch="square";;
3*)
4*)
echo "Installing Weirdly Square for Pi 4"
gitrepobranch="square-pi4";;
*)
Expand Down

0 comments on commit 30ef8bf

Please sign in to comment.