Skip to content

Commit

Permalink
Changes to build Color UI
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Aug 11, 2020
1 parent 142cb2e commit 2f1c1bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
//
//#define TFT_320x240
//#define TFT_320x240_SPI
//#define TFT_480x320
#define TFT_480x320
//#define TFT_480x320_SPI

//
Expand All @@ -2185,7 +2185,7 @@
// FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.)
// Upscaled 128x64 Marlin UI
//
#define FSMC_GRAPHICAL_TFT
//#define FSMC_GRAPHICAL_TFT

//
// TFT LVGL UI
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
//#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
#endif
#endif

Expand Down

0 comments on commit 2f1c1bb

Please sign in to comment.