Skip to content

Customizing the boot image

sorinbotirla edited this page Jul 30, 2025 · 2 revisions

Customizing the boot image

Go to this page and upload your image https://tomeko.net/online_tools/file_to_hex.php?lang=en

Get the hex code generated and replace the values from
static const uint8_t MarauderTitle[] PROGMEM = {VALUES}
in Assets.h
Compile and you're done.
More details here

Clone this wiki locally