From 419362f36951b1a633f4a9f604f37ccafb73a671 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:31:37 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20Ender-3=20V2=20Bootscreen?= =?UTF-8?q?=20README=20(#993)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 b82903b549..0000000000 --- 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 0000000000..69d7f81345 --- /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.