|
@@ -2535,11 +2535,33 @@
|
2535
|
2535
|
// DGUS Touch Display with DWIN OS. (Choose one.)
|
2536
|
2536
|
// ORIGIN : https://www.aliexpress.com/item/32993409517.html
|
2537
|
2537
|
// FYSETC : https://www.aliexpress.com/item/32961471929.html
|
|
2538
|
+// MKS : https://www.aliexpress.com/item/1005002008179262.html
|
|
2539
|
+//
|
|
2540
|
+// Flash display with DGUS Displays for Marlin:
|
|
2541
|
+// - Format the SD card to FAT32 with an allocation size of 4kb.
|
|
2542
|
+// - Download files as specified for your type of display.
|
|
2543
|
+// - Plug the microSD card into the back of the display.
|
|
2544
|
+// - Boot the display and wait for the update to complete.
|
|
2545
|
+//
|
|
2546
|
+// ORIGIN (Marlin DWIN_SET)
|
|
2547
|
+// - Download https://github.com/coldtobi/Marlin_DGUS_Resources
|
|
2548
|
+// - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2549
|
+//
|
|
2550
|
+// FYSETC (Supplier default)
|
|
2551
|
+// - Download https://github.com/FYSETC/FYSTLCD-2.0
|
|
2552
|
+// - Copy the downloaded SCREEN folder to the SD card.
|
|
2553
|
+//
|
|
2554
|
+// HIPRECY (Supplier default)
|
|
2555
|
+// - Download https://github.com/HiPrecy/Touch-Lcd-LEO
|
|
2556
|
+// - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2557
|
+//
|
|
2558
|
+// MKS (MKS-H43) (Supplier default)
|
|
2559
|
+// - Download https://github.com/makerbase-mks/MKS-H43
|
|
2560
|
+// - Copy the downloaded DWIN_SET folder to the SD card.
|
2538
|
2561
|
//
|
2539
|
2562
|
//#define DGUS_LCD_UI_ORIGIN
|
2540
|
2563
|
//#define DGUS_LCD_UI_FYSETC
|
2541
|
2564
|
//#define DGUS_LCD_UI_HIPRECY
|
2542
|
|
-
|
2543
|
2565
|
//#define DGUS_LCD_UI_MKS
|
2544
|
2566
|
#if ENABLED(DGUS_LCD_UI_MKS)
|
2545
|
2567
|
#define USE_MKS_GREEN_UI
|