mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
Improve DWIN_SET instructions (#296)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
a1ca9a15c6
commit
efe352f6d3
1 changed files with 7 additions and 3 deletions
|
@ -2172,10 +2172,14 @@
|
|||
|
||||
//
|
||||
// DGUS Touch Display with DWIN OS. (Choose one.)
|
||||
//
|
||||
// Flash display with DGUS Displays for Marlin:
|
||||
// 1.) Copy DWIN_SET folder from [1] to SD card,
|
||||
// 2.) boot the display with SD plugged into its own SD reader (not the motherboard's).
|
||||
// [1] https://github.com/coldtobi/Marlin_DGUS_Resources
|
||||
// 1. Format the SD card to FAT32 with a allocation size of 4k.
|
||||
// 2. Download https://github.com/coldtobi/Marlin_DGUS_Resources
|
||||
// 3. Copy the downloaded DWIN_SET folder to the SD card.
|
||||
// 4. Plug the microSD card into the back of the display.
|
||||
// 4. Boot the display and wait for the update to complete.
|
||||
//
|
||||
#define DGUS_LCD_UI_ORIGIN
|
||||
//#define DGUS_LCD_UI_FYSETC
|
||||
//#define DGUS_LCD_UI_HIPRECY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue