Can I use .bmp images for the custom logo like I could in the old software? #1091
Answered
by
Ralim
JosephJilek
asked this question in
Q&A
-
Can I use 96x16 bitmap (.bmp) images for startup in this firmware? |
Beta Was this translation helpful? Give feedback.
Answered by
Ralim
Sep 30, 2021
Replies: 1 comment 1 reply
-
Yes this firmware supports startup images. There are more details here : https://github.com/Ralim/IronOS/blob/master/Documentation/Logo.md I'm also around to help usually should you get stuck |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JosephJilek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this firmware supports startup images.
However, to keep code size small this firmware does not implement USB at runtime.
Instead you convert your image into a hex file (like the firmware) and then flash it after you have flashed the main firmware.
There are more details here : https://github.com/Ralim/IronOS/blob/master/Documentation/Logo.md
I'm also around to help usually should you get stuck