Apply SHOW_BOOTSCREEN to TFT_COLOR_UI (#20586)

This commit is contained in:
Keith Bennett
2020-12-28 19:56:37 -08:00
committed by GitHub
parent aa4119a849
commit aff4fccfc3
5 changed files with 19 additions and 19 deletions

View File

@ -44,7 +44,7 @@ void menu_item(const uint8_t row, bool sel = false);
#define ABSOLUTE_ZERO -273.15
const tImage Images[imgCount] = {
TERN(BOOT_MARLIN_LOGO_SMALL, MarlinLogo195x59x16, MarlinLogo480x320x16),
TERN(SHOW_BOOTSCREEN, TERN(BOOT_MARLIN_LOGO_SMALL, MarlinLogo195x59x16, MarlinLogo480x320x16), NoLogo),
HotEnd_64x64x4,
Bed_64x64x4,
Bed_Heated_64x64x4,