mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🔧 Update supported Simulator displays (#1049)
This commit is contained in:
parent
3e43efe925
commit
9ddee1f211
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue