🧑‍💻 Update simulator configuration

This commit is contained in:
Scott Lahteine 2022-07-16 22:46:31 -05:00
parent 53cc251b4d
commit 632a50d940

View file

@ -39,6 +39,21 @@
*/ */
#define CONFIGURATION_H_VERSION 02010100 #define CONFIGURATION_H_VERSION 02010100
//
// Simulator currently supports these displays. Choose one!
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
//#define LIGHTWEIGHT_UI
//#define TFT_CLASSIC_UI
//#define TFT_COLOR_UI
// Enable parent LCD based on your selection above
#if EITHER(TFT_CLASSIC_UI, TFT_COLOR_UI)
#define TFT_GENERIC
#elif ENABLED(LIGHTWEIGHT_UI)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#endif
//=========================================================================== //===========================================================================
//============================= Getting Started ============================= //============================= Getting Started =============================
//=========================================================================== //===========================================================================
@ -2411,7 +2426,7 @@
* SD Card support is disabled by default. If your controller has an SD slot, * SD Card support is disabled by default. If your controller has an SD slot,
* you must uncomment the following option or it won't work. * you must uncomment the following option or it won't work.
*/ */
//#define SDSUPPORT #define SDSUPPORT
/** /**
* SD CARD: ENABLE CRC * SD CARD: ENABLE CRC
@ -2671,7 +2686,7 @@
// RepRapDiscount FULL GRAPHIC Smart Controller // RepRapDiscount FULL GRAPHIC Smart Controller
// https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller // https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
// //
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
// //
// K.3D Full Graphic Smart Controller // K.3D Full Graphic Smart Controller
@ -3058,12 +3073,12 @@
// Interface. Enable one of the following options: // Interface. Enable one of the following options:
//#define TFT_INTERFACE_FSMC //#define TFT_INTERFACE_FSMC
//#define TFT_INTERFACE_SPI #define TFT_INTERFACE_SPI
// TFT Resolution. Enable one of the following options: // TFT Resolution. Enable one of the following options:
//#define TFT_RES_320x240 //#define TFT_RES_320x240
//#define TFT_RES_480x272 //#define TFT_RES_480x272
//#define TFT_RES_480x320 #define TFT_RES_480x320
//#define TFT_RES_1024x600 //#define TFT_RES_1024x600
#endif #endif