mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-25 07:34:06 -06:00
🚸 Update Simulator Config (#834)
This commit is contained in:
parent
5ba27d4fb3
commit
34b03bf66e
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
// Simulator currently supports these displays. Choose one!
|
// Simulator currently supports these displays. Choose one!
|
||||||
//
|
//
|
||||||
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||||
|
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
|
||||||
//#define LIGHTWEIGHT_UI
|
//#define LIGHTWEIGHT_UI
|
||||||
//#define TFT_CLASSIC_UI
|
//#define TFT_CLASSIC_UI
|
||||||
//#define TFT_COLOR_UI
|
//#define TFT_COLOR_UI
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
// Enable parent LCD based on your selection above
|
// Enable parent LCD based on your selection above
|
||||||
#if EITHER(TFT_CLASSIC_UI, TFT_COLOR_UI)
|
#if EITHER(TFT_CLASSIC_UI, TFT_COLOR_UI)
|
||||||
#define TFT_GENERIC
|
#define TFT_GENERIC
|
||||||
|
#define TOUCH_SCREEN
|
||||||
#elif ENABLED(LIGHTWEIGHT_UI)
|
#elif ENABLED(LIGHTWEIGHT_UI)
|
||||||
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue