Browse Source

🎨 Adjust Ender-3 V2 DWIN options

Scott Lahteine 3 years ago
parent
commit
be412e3e2b
1 changed files with 5 additions and 17 deletions
  1. 5
    17
      Marlin/Configuration.h

+ 5
- 17
Marlin/Configuration.h View File

@@ -2770,23 +2770,11 @@
2770 2770
 //
2771 2771
 // Ender-3 v2 OEM display. A DWIN display with Rotary Encoder.
2772 2772
 //
2773
-//#define DWIN_CREALITY_LCD
2774
-
2775
-//
2776
-// Ender-3 v2 OEM display, enhanced.
2777
-//
2778
-//#define DWIN_CREALITY_LCD_ENHANCED
2779
-
2780
-//
2781
-// Ender-3 v2 OEM display with enhancements by Jacob Myers
2782
-//
2783
-//#define DWIN_CREALITY_LCD_JYERSUI
2784
-
2785
-//
2786
-// MarlinUI for Creality's DWIN display (and others)
2787
-//
2788
-//#define DWIN_MARLINUI_PORTRAIT
2789
-//#define DWIN_MARLINUI_LANDSCAPE
2773
+//#define DWIN_CREALITY_LCD           // Creality UI
2774
+//#define DWIN_CREALITY_LCD_ENHANCED  // Enhanced UI
2775
+//#define DWIN_CREALITY_LCD_JYERSUI   // Jyers UI by Jacob Myers
2776
+//#define DWIN_MARLINUI_PORTRAIT      // MarlinUI (portrait orientation)
2777
+//#define DWIN_MARLINUI_LANDSCAPE     // MarlinUI (landscape orientation)
2790 2778
 
2791 2779
 //
2792 2780
 // Touch Screen Settings

Loading…
Cancel
Save