|
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
|
|
0 commit comments