Skip to content

Commit 419362f

Browse files
authored
📝 Fix Ender-3 V2 Bootscreen README (#993)
1 parent 39b849e commit 419362f

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

‎config/examples/Creality/Ender-3 V2/LCD Files/Custom Bootscreens/Custom Boot Screen Instructions.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Making a Custom Bootscreen
2+
3+
To make a custom bootscreen there are 5 requirements:
4+
5+
1. The file format must be JPEG.
6+
2. Progressive must be tuned off in the export settings (under "Advanced" in GIMP).
7+
3. The Sub-sampling format must be chroma quartered (4:2:0) (also under "Advanced" in GIMP).
8+
4. The resolution must be 480x272.
9+
10+
> [!NOTE]
11+
> 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.)
12+
13+
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`.
14+
15+
After replacing the Bootscreen follow the usual screen flashing instructions.

0 commit comments

Comments
 (0)