Skip to content

Commit d069df8

Browse files
committed
x230: move splashscreen docs to common
1 parent 9afe076 commit d069df8

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

common/doc/splashscreen.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
In order to create your own splashscreen image, before building,
2+
overwrite the `bootsplash.jpg` with your own JPEG, using
3+
* "Progressive" turned off, and
4+
* "4:2:0 (chroma quartered)" Subsampling
5+
6+
You can use `imagemagick` to prepare the .jpg file using:
7+
* `mogrify logo.jpg -interlace none <splashscreen>`
8+
* `mogrify logo.jpg -sampling-factor 4:2:0 <splashscreen>`
9+
* `convert <splashscreen> -resize 1024x768! <splashscreen> # optional, but converts image size to match screen dimensions`
10+
11+
`ImageMagick` can also be used to convert images of another format into .jpg using the [convert](https://imagemagick.org/script/convert.php) tool.
12+
13+
**Note**: replace `<splashscreen>` with the file name.

x230/README.md.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,4 @@ for more details.
273273
* `./build.sh` and choose the configuration you want to build
274274

275275
### replace the splashscreen image
276-
In order to create your own splashscreen image, before building,
277-
overwrite the `bootsplash.jpg` with your own JPEG, using
278-
* "Progressive" turned off, and
279-
* "4:2:0 (chroma quartered)" Subsampling
280-
276+
![[common/doc/splashscreen.md]]

0 commit comments

Comments
 (0)