From 9ddee1f211fbf29c19db49bd3e59f1c78156d04c Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sun, 12 May 2024 13:30:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20supported=20Simulator?= =?UTF-8?q?=20displays=20(#1049)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Simulator/Configuration.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index 785863e377c..6df96bba249 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -46,13 +46,12 @@ //#define REPRAP_DISCOUNT_SMART_CONTROLLER //#define TFT_CLASSIC_UI //#define TFT_COLOR_UI +//#define TFT_LVGL_UI // Enable parent LCD based on your selection above -#if ANY(TFT_CLASSIC_UI, TFT_COLOR_UI) +#if ANY(TFT_CLASSIC_UI, TFT_COLOR_UI, TFT_LVGL_UI) #define TFT_GENERIC #define TOUCH_SCREEN -#elif ENABLED(LIGHTWEIGHT_UI) - #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #endif //===========================================================================