From 85d6c0b0bbd695c4a587fc6cd44338d2bbf07303 Mon Sep 17 00:00:00 2001 From: Tyler Wagler Date: Wed, 18 Nov 2020 01:22:29 -0500 Subject: [PATCH] =?UTF-8?q?Rotate=20LCD=20by=20180=C2=B0=20for=20stock=20A?= =?UTF-8?q?nycubic=20Predator=20(#328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/delta/Anycubic/Predator/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/delta/Anycubic/Predator/Configuration.h b/config/examples/delta/Anycubic/Predator/Configuration.h index c981f17550..28ecce12e4 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration.h +++ b/config/examples/delta/Anycubic/Predator/Configuration.h @@ -2428,7 +2428,7 @@ * TFT_ROTATE_270, TFT_ROTATE_270_MIRROR_X, TFT_ROTATE_270_MIRROR_Y, * TFT_MIRROR_X, TFT_MIRROR_Y, TFT_NO_ROTATION */ -//#define TFT_ROTATION TFT_NO_ROTATION +#define TFT_ROTATION TFT_ROTATE_180 //============================================================================= //============================ Other Controllers ============================