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

@@ -22,7 +22,7 @@
#pragma once
#include "stdint.h"
#include "../../inc/MarlinConfigPre.h"
extern const uint8_t marlin_logo_112x38x1[];
extern const uint8_t marlin_logo_228x255x2[];
@@ -120,12 +120,14 @@ typedef struct __attribute__((__packed__)) {
extern const tImage NoLogo;
extern const tImage MarlinLogo112x38x1;
extern const tImage MarlinLogo228x255x2;
extern const tImage MarlinLogo228x255x4;
extern const tImage MarlinLogo195x59x16;
extern const tImage MarlinLogo320x240x16;
extern const tImage MarlinLogo480x320x16;
#if ENABLED(SHOW_BOOTSCREEN)
extern const tImage MarlinLogo112x38x1;
extern const tImage MarlinLogo228x255x2;
extern const tImage MarlinLogo228x255x4;
extern const tImage MarlinLogo195x59x16;
extern const tImage MarlinLogo320x240x16;
extern const tImage MarlinLogo480x320x16;
#endif
extern const tImage Background320x30x16;
extern const tImage HotEnd_64x64x4;