Custom Bootscreen #584
Unanswered
Sebastian-m-p
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, how do you edit the custom bootscreen? Im looking at the wiki but it seems it just shows enable and disable functions
I've looked into the source code, do i need to edit this bit
if (gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_NONE || gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_FULL_SCREEN) { ST7565_FillScreen(0xFF); } else { memset(WelcomeString0, 0, sizeof(WelcomeString0)); memset(WelcomeString1, 0, sizeof(WelcomeString1));
fill screen to the hexadecimal picutre
Beta Was this translation helpful? Give feedback.
All reactions