🚸 Update Simulator Config (#834)

This commit is contained in:
Keith Bennett 2022-11-25 19:15:01 -08:00 committed by GitHub
parent 5ba27d4fb3
commit 34b03bf66e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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