📝 Fix Ender-3 V2 Bootscreen README (#993)

This commit is contained in:
Keith Bennett 2023-12-21 14:31:37 -08:00 committed by GitHub
parent 39b849ee62
commit 419362f369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

View file

@ -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.

View file

@ -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.