From 1e2835e3604a572af9e86f80ba034a094307167a Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:53:51 -0800 Subject: [PATCH] Fix, rename Ender-3 V2 Custom Bootscreen README --- .../Custom Boot Screen Instructions.md | 13 ------------- .../LCD Files/Custom Bootscreens/README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/Custom Boot Screen Instructions.md create mode 100644 config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/README.md diff --git a/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/Custom Boot Screen Instructions.md b/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/Custom Boot Screen Instructions.md deleted file mode 100644 index b82903b5496..00000000000 --- a/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/Custom Boot Screen Instructions.md +++ /dev/null @@ -1,13 +0,0 @@ -# Making a Custom Boot Screen - -To make a custom boot screen there are 5 requirements: - -1. The file format must be JPEG. -2. Progressive must be tuned off in the export settings (under "Advanced" in GIMP). -3. The Sub-sampling format must be chroma quartered (4:2:0) (also under "Advanced" in GIMP). -4. The resolution must be 480x272. - > [!NOTE] - > The left side of the image will be the top. You can compose the image oriented upright as 272x480, but it must be rotated prior to export. (Rotating *during* export only applies a "rotation" attribute that won't be parsed by DWIN / DACAI.) -5. For DACAI the file must be named "`0`" and placed in `private/image`. For DWIN the file must be named "`0_start`" and placed in `DWIN_SET`. - -After replacing the Boot Screen follow the usual screen flashing instructions. diff --git a/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/README.md b/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/README.md new file mode 100644 index 00000000000..69d7f813452 --- /dev/null +++ b/config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/README.md @@ -0,0 +1,15 @@ +# Making a Custom Bootscreen + +To make a custom bootscreen there are 5 requirements: + +1. The file format must be JPEG. +2. Progressive must be tuned off in the export settings (under "Advanced" in GIMP). +3. The Sub-sampling format must be chroma quartered (4:2:0) (also under "Advanced" in GIMP). +4. The resolution must be 480x272. + +> [!NOTE] +> The left side of the image will be the top. You can compose the image oriented upright as 272x480, but it must be rotated prior to export. (Rotating *during* export only applies a "rotation" attribute that won't be parsed by DWIN DACAI.) + +5. For DACAI the file must be named "`0`" and placed in `private/image`. For DWIN the file must be named "`0_start`" and placed in `DWIN_SET`. + +After replacing the Bootscreen follow the usual screen flashing instructions.