From c0cdbcf1784a30933bd3bbdf1c6002be63aed29a Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Mon, 5 Dec 2016 16:18:43 -0800 Subject: [PATCH] PiGRRL 2: change TFT rotation to 270 --- pitft-fbcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pitft-fbcp.sh b/pitft-fbcp.sh index 400cb39..50989e8 100755 --- a/pitft-fbcp.sh +++ b/pitft-fbcp.sh @@ -68,7 +68,7 @@ if [ $PROJ_SELECT -lt 2 ]; then # 3 elements per project; first is index (1+) into # PITFT_VALUES, second and third are index into # FBROTATE_VALUES and TFTROTATE_VALUES: - PROJ_VALUES=(2 1 2) + PROJ_VALUES=(2 1 4) # FBROTATE is almost always 0, except for HDMI portrait mode PITFT_SELECT=${PROJ_VALUES[($PROJ_SELECT-1)*3]}