🔧 Update supported Simulator displays (#1049)

This commit is contained in:
Keith Bennett 2024-05-12 13:30:04 -07:00 committed by GitHub
parent 3e43efe925
commit 9ddee1f211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,13 +46,12 @@
//#define REPRAP_DISCOUNT_SMART_CONTROLLER //#define REPRAP_DISCOUNT_SMART_CONTROLLER
//#define TFT_CLASSIC_UI //#define TFT_CLASSIC_UI
//#define TFT_COLOR_UI //#define TFT_COLOR_UI
//#define TFT_LVGL_UI
// Enable parent LCD based on your selection above // 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 TFT_GENERIC
#define TOUCH_SCREEN #define TOUCH_SCREEN
#elif ENABLED(LIGHTWEIGHT_UI)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#endif #endif
//=========================================================================== //===========================================================================