2018-07-01 10:21:25 -07:00
|
|
|
# hekate - Bootlogo
|
|
|
|
|
2019-10-18 08:02:06 -07:00
|
|
|
The bootlogo can be any size with a maximum of 720 x 1280.
|
2018-07-01 10:21:25 -07:00
|
|
|
|
2018-07-09 05:55:09 -07:00
|
|
|
When it's smaller than 720 x 1280, it is automatically centered and the background takes the color of the first pixel.
|
2018-07-01 10:21:25 -07:00
|
|
|
|
2022-05-12 17:49:32 -07:00
|
|
|
The process is to create a landscape bootlogo and then rotate it 90 degrees counterclockwise.
|
2018-07-09 05:55:09 -07:00
|
|
|
|
|
|
|
Lastly, the supported format is 32-bit (ARGB) BMP. Classic 24-bit (RGB) BMPs are not supported for performance reasons.
|
2018-07-01 10:21:25 -07:00
|
|
|
|
|
|
|
|
|
|
|
## How to configure
|
|
|
|
|
2022-05-12 17:49:32 -07:00
|
|
|
If a boot entry specifies a custom logo path (`logopath=`), this one will be loaded.
|
2018-07-01 10:21:25 -07:00
|
|
|
|
2021-09-12 07:34:19 -07:00
|
|
|
If the above is not found or the format is not correct, it will try to load `bootloader/bootlogo.bmp`.
|
|
|
|
If this is not found, the default hekate logo will be used.
|
2022-05-12 17:49:32 -07:00
|
|
|
|
|
|
|
(`bootloader/bootlogo.bmp` is basically like a global bootlogo.)
|