|
@@ -2700,38 +2700,38 @@
|
2700
|
2700
|
//========================== Extensible UI Displays ===========================
|
2701
|
2701
|
//=============================================================================
|
2702
|
2702
|
|
2703
|
|
-//
|
2704
|
|
-// DGUS Touch Display with DWIN OS. (Choose one.)
|
2705
|
|
-// ORIGIN : https://www.aliexpress.com/item/32993409517.html
|
2706
|
|
-// FYSETC : https://www.aliexpress.com/item/32961471929.html
|
2707
|
|
-// MKS : https://www.aliexpress.com/item/1005002008179262.html
|
2708
|
|
-//
|
2709
|
|
-// Flash display with DGUS Displays for Marlin:
|
2710
|
|
-// - Format the SD card to FAT32 with an allocation size of 4kb.
|
2711
|
|
-// - Download files as specified for your type of display.
|
2712
|
|
-// - Plug the microSD card into the back of the display.
|
2713
|
|
-// - Boot the display and wait for the update to complete.
|
2714
|
|
-//
|
2715
|
|
-// ORIGIN (Marlin DWIN_SET)
|
2716
|
|
-// - Download https://github.com/coldtobi/Marlin_DGUS_Resources
|
2717
|
|
-// - Copy the downloaded DWIN_SET folder to the SD card.
|
2718
|
|
-//
|
2719
|
|
-// FYSETC (Supplier default)
|
2720
|
|
-// - Download https://github.com/FYSETC/FYSTLCD-2.0
|
2721
|
|
-// - Copy the downloaded SCREEN folder to the SD card.
|
2722
|
|
-//
|
2723
|
|
-// HIPRECY (Supplier default)
|
2724
|
|
-// - Download https://github.com/HiPrecy/Touch-Lcd-LEO
|
2725
|
|
-// - Copy the downloaded DWIN_SET folder to the SD card.
|
2726
|
|
-//
|
2727
|
|
-// MKS (MKS-H43) (Supplier default)
|
2728
|
|
-// - Download https://github.com/makerbase-mks/MKS-H43
|
2729
|
|
-// - Copy the downloaded DWIN_SET folder to the SD card.
|
2730
|
|
-//
|
2731
|
|
-// RELOADED (T5UID1)
|
2732
|
|
-// - Download https://github.com/Desuuuu/DGUS-reloaded/releases
|
2733
|
|
-// - Copy the downloaded DWIN_SET folder to the SD card.
|
2734
|
|
-//
|
|
2703
|
+/**
|
|
2704
|
+ * DGUS Touch Display with DWIN OS. (Choose one.)
|
|
2705
|
+ * ORIGIN : https://www.aliexpress.com/item/32993409517.html
|
|
2706
|
+ * FYSETC : https://www.aliexpress.com/item/32961471929.html
|
|
2707
|
+ * MKS : https://www.aliexpress.com/item/1005002008179262.html
|
|
2708
|
+ *
|
|
2709
|
+ * Flash display with DGUS Displays for Marlin:
|
|
2710
|
+ * - Format the SD card to FAT32 with an allocation size of 4kb.
|
|
2711
|
+ * - Download files as specified for your type of display.
|
|
2712
|
+ * - Plug the microSD card into the back of the display.
|
|
2713
|
+ * - Boot the display and wait for the update to complete.
|
|
2714
|
+ *
|
|
2715
|
+ * ORIGIN (Marlin DWIN_SET)
|
|
2716
|
+ * - Download https://github.com/coldtobi/Marlin_DGUS_Resources
|
|
2717
|
+ * - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2718
|
+ *
|
|
2719
|
+ * FYSETC (Supplier default)
|
|
2720
|
+ * - Download https://github.com/FYSETC/FYSTLCD-2.0
|
|
2721
|
+ * - Copy the downloaded SCREEN folder to the SD card.
|
|
2722
|
+ *
|
|
2723
|
+ * HIPRECY (Supplier default)
|
|
2724
|
+ * - Download https://github.com/HiPrecy/Touch-Lcd-LEO
|
|
2725
|
+ * - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2726
|
+ *
|
|
2727
|
+ * MKS (MKS-H43) (Supplier default)
|
|
2728
|
+ * - Download https://github.com/makerbase-mks/MKS-H43
|
|
2729
|
+ * - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2730
|
+ *
|
|
2731
|
+ * RELOADED (T5UID1)
|
|
2732
|
+ * - Download https://github.com/Desuuuu/DGUS-reloaded/releases
|
|
2733
|
+ * - Copy the downloaded DWIN_SET folder to the SD card.
|
|
2734
|
+ */
|
2735
|
2735
|
//#define DGUS_LCD_UI_ORIGIN
|
2736
|
2736
|
//#define DGUS_LCD_UI_FYSETC
|
2737
|
2737
|
//#define DGUS_LCD_UI_HIPRECY
|