Skip to content

Commit

Permalink
keep normal boot logo with classic ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Dec 28, 2020
1 parent e7c0c99 commit 79543d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,9 @@
#if EITHER(HAS_MARLINUI_U8GLIB, TFT_COLOR_UI)
#define BOOT_MARLIN_LOGO_SMALL // Show a smaller Marlin logo on the Boot Screen (saving lots of flash)
#endif
#if ENABLED(TFT_CLASSIC_UI)
#undef BOOT_MARLIN_LOGO_SMALL
#endif
#endif

// Scroll a longer status message into view
Expand Down

0 comments on commit 79543d0

Please sign in to comment.