From 34b03bf66ebf86732ee2e8f53254e33063dd8a1b Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:15:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Update=20Simulator=20Config=20(#?= =?UTF-8?q?834)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Simulator/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index 4f0721936f..291c5b5760 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -43,6 +43,7 @@ // Simulator currently supports these displays. Choose one! // #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER +//#define REPRAP_DISCOUNT_SMART_CONTROLLER //#define LIGHTWEIGHT_UI //#define TFT_CLASSIC_UI //#define TFT_COLOR_UI @@ -50,6 +51,7 @@ // Enable parent LCD based on your selection above #if EITHER(TFT_CLASSIC_UI, TFT_COLOR_UI) #define TFT_GENERIC + #define TOUCH_SCREEN #elif ENABLED(LIGHTWEIGHT_UI) #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #endif