Skip to content

Commit

Permalink
🔧 Update supported Simulator displays (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored May 12, 2024
1 parent 3e43efe commit 9ddee1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/examples/Simulator/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
//#define TFT_CLASSIC_UI
//#define TFT_COLOR_UI
//#define TFT_LVGL_UI

// 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 TOUCH_SCREEN
#elif ENABLED(LIGHTWEIGHT_UI)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#endif

//===========================================================================
Expand Down

0 comments on commit 9ddee1f

Please sign in to comment.