-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small / Large Boot Screen option for TFT_COLOR_UI (#20578)
- Loading branch information
1 parent
91c350e
commit cfcfc80
Showing
5 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cfcfc80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something is wrong
I'm using MKS Robin Nano V1.2 and mks_robin_nano35_stm32
with small logo
when #define BOOT_MARLIN_LOGO_SMALL is commented marli is not compilling
#define SHOW_BOOTSCREEN also cannot be commented at this point.
cfcfc80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@th0m4sek: The 480x320 UI is now using the larger 480x320 bootscreen when
BOOT_MARLIN_LOGO_SMALL
is disabled, which takes up a lot more flash.You need to leave
BOOT_MARLIN_LOGO_SMALL
enabled for it to fit in the smaller flash size on the Robin Nano V1.2.Edit: I see now see that disabling
SHOW_BOOTSCREEN
causes the build to grow larger. I'm looking into it...