Fix repeated boot screen#15125
Fix repeated boot screen#15125Ludy87 wants to merge 1 commit intoMarlinFirmware:bugfix-2.0.xfrom Ludy87:bf2_double_logo_init
Conversation
The logo will appear twice, as you can see by enable `BOOT_MARLIN_LOGO_ANIMATED`
|
If the logo is too large to display more than one line of text, the first draw will display the first line of text and the second draw ( |
|
If I activate the |
The test to see whether is should run twice cannot be based simply on |
|
Now I understand what you mean, then I have to look at the size ratio. |
|
Would that be an alternative? |
|
I've merged a patch that should cover all cases. |
Followup to #15125 Co-Authored-By: Ludy <ludy87@users.noreply.github.com>

The logo will appear twice, as you can see by enable
BOOT_MARLIN_LOGO_ANIMATED